#338ACC

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

Shades of Curious Blue #338ACC

Tints of Curious Blue #338ACC

Color information

#338ACC (or 0x338ACC) is unknown color: approx Curious Blue. HEX triplet: 33, 8A and CC. RGB value is (51,138,204). Sum of RGB (Red+Green+Blue) = 51+138+204=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #338ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ACC is #CC7533. Grayscale: #777777. Windows color (decimal): -13399348 or 13404723. OLE color: 13404723.

HSL color Cylindrical-coordinate representation of color #338ACC: hue angle of 205.88º degrees, saturation: 0.6, 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 #338ACC is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51138204-
CMYK0.750.3200.2
HSL205.88º60%50%-
HSV(B)205.88º75%80%-
XYZ21.3523.2460.49-
YUV119.51175.6879.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=12.98%
G=35.11%
B=51.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511382040.750.3200.2205.886050
Hex338ACC4B20014ce3c32
Octal63212314113400243167462
Binary1100111000101011001100100101110000001010011001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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