Html Css Color HEX #3388DC Curious Blue

📋 copy color: '#3388DC'

red 51 ◦ green 136 ◦ blue 220

#3388DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3388DC

Tints of Curious Blue #3388DC

RGB

 RED value IS 51 (20.31% from 255) = 12.53%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 12.53%
G = 33.42%
B = 54.05%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3388DC (or 0x3388DC) is known color: Curious Blue. HEX triplet: 33, 88 and DC. RGB value is (51,136,220). Sum of RGB (Red+Green+Blue) = 51+136+220=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #3388DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388DC is #CC7723. Grayscale: #777777. Windows color (decimal): -13399844 or 14452787. OLE color: 14452787.

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

Color convert

RGB 51 136 220 -
CMYK 0.77 0.38 0 0.14
HSL 209.82º 0.71% 0.53% -
HSV(B) 209.82º 0.77% 0.86% -
XYZ 23.09 23.48 71.03 -
YUV 120.16 184.34 78.67 -
System Red Green Blue C M Y K H S L
Decimal 51 136 220 0.77 0.38 0 0.14 209.82 0.71 0.53
Hex 33 88 DC 4D 26 0 E D2 47 35
Octal 63 210 334 115 46 0 16 322 107 65
Binary 110011 10001000 11011100 1001101 100110 0 1110 11010010 1000111 110101

Color Harmonies of #3388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3388DC

Black with #3388DC

Text Example


Text Example

White with #3388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3388DC;
 }
 .AnyTagClassName
 {
   color: #3388DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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