#338ACD

Color #338ACD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #338ACD

Tints of Curious Blue #338ACD

Color information

#338ACD (or 0x338ACD) is unknown color: approx Curious Blue. HEX triplet: 33, 8A and CD. RGB value is (51,138,205). Sum of RGB (Red+Green+Blue) = 51+138+205=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #338ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ACD is #CC7532. Grayscale: #777777. Windows color (decimal): -13399347 or 13470259. OLE color: 13470259.

HSL color Cylindrical-coordinate representation of color #338ACD: hue angle of 206.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ACD is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51138205-
CMYK0.750.3300.20
HSL206.1º60.63%50.2%-
HSV(B)206.1º75.12%80.39%-
XYZ21.4723.2961.12-
YUV119.62176.1879.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 12.94%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 52.03%
R=12.94%
G=35.03%
B=52.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511382050.750.3300.20206.160.6350.2
Hex338ACD4B21014ce3d32
Octal63212315113410243167562
Binary1100111000101011001101100101110000101010011001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338ACD; }

 p { color: rgb(51,138,205); }

 H1.HeaderClassName
 {
   color: #338ACD;
 }
 .AnyTagClassName
 {
   color: #338ACD;
 }
</style>
background-color css

<style>
 a { background-color: #338ACD; }

 a { background-color: rgb(51,138,205); }

 div.DivClassName
 {
   background-color: #338ACD;
 }
 .BgClassName
 {
   background-color: #338ACD;
 }
</style>
border-color css

<style>
 span { border-color: #338ACD; }

 span { border-color: rgb(51,138,205); }

 td.TdClassName
 {
   border-color: #338ACD;
 }
 .TagClassName
 {
   border-color: #338ACD;
 }
</style>