Html Css Color HEX #3388DD Curious Blue

📋 copy color: '#3388DD'

red 51 ◦ green 136 ◦ blue 221

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

Shades of Curious Blue #3388DD

Tints of Curious Blue #3388DD

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 value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3388DD (or 0x3388DD) is known color: 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

RGB 51 136 221 -
CMYK 0.77 0.38 0 0.13
HSL 210º 0.71% 0.53% -
HSV(B) 210º 0.77% 0.87% -
XYZ 23.22 23.53 71.73 -
YUV 120.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 51 136 221 0.77 0.38 0 0.13 210 0.71 0.53
Hex 33 88 DD 4D 26 0 D D2 47 35
Octal 63 210 335 115 46 0 15 322 107 65
Binary 110011 10001000 11011101 1001101 100110 0 1101 11010010 1000111 110101

Color Harmonies of #3388DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3388DD

Black with #3388DD

Text Example


Text Example

White with #3388DD

Text Example


Text Example

HTML Codes & Css Web 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>