Html Css Color HEX #309ECC Summer Sky

📋 copy color: '#309ECC'

red 48 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #309ECC

Tints of Summer Sky #309ECC

RGB

 RED value IS 48 (19.14% from 255) = 11.71%

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 11.71%
G = 38.54%
B = 49.76%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#309ECC (or 0x309ECC) is known color: Summer Sky. HEX triplet: 30, 9E and CC. RGB value is (48,158,204). Sum of RGB (Red+Green+Blue) = 48+158+204=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #309ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309ECC is #CF6133. Grayscale: #828282. Windows color (decimal): -13590836 or 13409840. OLE color: 13409840.

HSL color Cylindrical-coordinate representation of color #309ECC: hue angle of 197.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309ECC is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 158 204 -
CMYK 0.76 0.23 0 0.2
HSL 197.69º 0.62% 0.49% -
HSV(B) 197.69º 0.76% 0.8% -
XYZ 24.34 29.44 61.53 -
YUV 130.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 48 158 204 0.76 0.23 0 0.2 197.69 0.62 0.49
Hex 30 9E CC 4C 17 0 14 C6 3E 31
Octal 60 236 314 114 27 0 24 306 76 61
Binary 110000 10011110 11001100 1001100 10111 0 10100 11000110 111110 110001

Color Harmonies of #309ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309ECC

Black with #309ECC

Text Example


Text Example

White with #309ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309ECC; }

 p { color: rgb(48,158,204); }

 H1.HeaderClassName
 {
   color: #309ECC;
 }
 .AnyTagClassName
 {
   color: #309ECC;
 }
</style>

background-color css

<style>
 a { background-color: #309ECC; }

 a { background-color: rgb(48,158,204); }

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

border-color css

<style>
 span { border-color: #309ECC; }

 span { border-color: rgb(48,158,204); }

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