#3388CC

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

Shades of Curious Blue #3388CC

Tints of Curious Blue #3388CC

Color information

#3388CC (or 0x3388CC) is unknown color: approx Curious Blue. HEX triplet: 33, 88 and CC. RGB value is (51,136,204). Sum of RGB (Red+Green+Blue) = 51+136+204=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #3388CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388CC is #CC7733. Grayscale: #757575. Windows color (decimal): -13399860 or 13404211. OLE color: 13404211.

HSL color Cylindrical-coordinate representation of color #3388CC: hue angle of 206.67º 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 #3388CC is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51136204-
CMYK0.750.3300.2
HSL206.67º60%50%-
HSV(B)206.67º75%80%-
XYZ21.0722.6760.39-
YUV118.34176.3479.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=13.04%
G=34.78%
B=52.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511362040.750.3300.2206.676050
Hex3388CC4B21014cf3c32
Octal63210314113410243177462
Binary1100111000100011001100100101110000101010011001111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3388CC; }

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

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

<style>
 a { background-color: #3388CC; }

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

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

<style>
 span { border-color: #3388CC; }

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

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