#3388DD

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

Shades of Curious Blue #3388DD

Tints of Curious Blue #3388DD

Color information

#3388DD (or 0x3388DD) is unknown color: approx Curious Blue. HEX triplet: 33, 88 and DD. RGB value is (51,136,221). Sum of RGB (Red+Green+Blue) = 51+136+221=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #3388DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388DD is #CC7722. Grayscale: #777777. Windows color (decimal): -13399843 or 14518323. OLE color: 14518323.

HSL color Cylindrical-coordinate representation of color #3388DD: hue angle of 210º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3388DD is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51136221-
CMYK0.770.3800.13
HSL210º71.43%53.33%-
HSV(B)210º76.92%86.67%-
XYZ23.2223.5371.73-
YUV120.28184.8478.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=12.5%
G=33.33%
B=54.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511362210.770.3800.1321071.4353.33
Hex3388DD4D260Dd24735
Octal632103351154601532210765
Binary1100111000100011011101100110110011001101110100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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