Html Css Color HEX #3395DD Summer Sky

📋 copy color: '#3395DD'

red 51 ◦ green 149 ◦ blue 221

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

Shades of Summer Sky #3395DD

Tints of Summer Sky #3395DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 12.11%
G = 35.39%
B = 52.49%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3395DD (or 0x3395DD) is known color: Summer Sky. HEX triplet: 33, 95 and DD. RGB value is (51,149,221). Sum of RGB (Red+Green+Blue) = 51+149+221=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #3395DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395DD is #CC6A22. Grayscale: #7F7F7F. Windows color (decimal): -13396515 or 14521651. OLE color: 14521651.

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

Color convert

RGB 51 149 221 -
CMYK 0.77 0.33 0 0.13
HSL 205.41º 0.71% 0.53% -
HSV(B) 205.41º 0.77% 0.87% -
XYZ 25.16 27.42 72.37 -
YUV 127.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 51 149 221 0.77 0.33 0 0.13 205.41 0.71 0.53
Hex 33 95 DD 4D 21 0 D CD 47 35
Octal 63 225 335 115 41 0 15 315 107 65
Binary 110011 10010101 11011101 1001101 100001 0 1101 11001101 1000111 110101

Color Harmonies of #3395DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395DD

Black with #3395DD

Text Example


Text Example

White with #3395DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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