#3388D9

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

Shades of Curious Blue #3388D9

Tints of Curious Blue #3388D9

Color information

#3388D9 (or 0x3388D9) is unknown color: approx Curious Blue. HEX triplet: 33, 88 and D9. RGB value is (51,136,217). Sum of RGB (Red+Green+Blue) = 51+136+217=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #3388D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388D9 is #CC7726. Grayscale: #777777. Windows color (decimal): -13399847 or 14256179. OLE color: 14256179.

HSL color Cylindrical-coordinate representation of color #3388D9: hue angle of 209.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3388D9 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB51136217-
CMYK0.760.3700.15
HSL209.28º68.6%52.55%-
HSV(B)209.28º76.5%85.1%-
XYZ22.6923.3268.95-
YUV119.82182.8478.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 217 (85.16% from 255) = 53.71%
R=12.62%
G=33.66%
B=53.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal511362170.760.3700.15209.2868.652.55
Hex3388D94C250Fd14535
Octal632103311144501732110565
Binary1100111000100011011001100110010010101111110100011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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