Html Css Color HEX #3396DD Summer Sky

📋 copy color: '#3396DD'

red 51 ◦ green 150 ◦ blue 221

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

Shades of Summer Sky #3396DD

Tints of Summer Sky #3396DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 221 (86.72% from 255) = 52.37%

R = 12.09%
G = 35.55%
B = 52.37%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3396DD (or 0x3396DD) is known color: Summer Sky. HEX triplet: 33, 96 and DD. RGB value is (51,150,221). Sum of RGB (Red+Green+Blue) = 51+150+221=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #3396DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3396DD is #CC6922. Grayscale: #808080. Windows color (decimal): -13396259 or 14521907. OLE color: 14521907.

HSL color Cylindrical-coordinate representation of color #3396DD: hue angle of 205.06º 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 #3396DD is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 150 221 -
CMYK 0.77 0.32 0 0.13
HSL 205.06º 0.71% 0.53% -
HSV(B) 205.06º 0.77% 0.87% -
XYZ 25.32 27.74 72.43 -
YUV 128.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 51 150 221 0.77 0.32 0 0.13 205.06 0.71 0.53
Hex 33 96 DD 4D 20 0 D CD 47 35
Octal 63 226 335 115 40 0 15 315 107 65
Binary 110011 10010110 11011101 1001101 100000 0 1101 11001101 1000111 110101

Color Harmonies of #3396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3396DD

Black with #3396DD

Text Example


Text Example

White with #3396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3396DD;
 }
 .AnyTagClassName
 {
   color: #3396DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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