Html Css Color HEX #309CCD Summer Sky

📋 copy color: '#309CCD'

red 48 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #309CCD

Tints of Summer Sky #309CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 11.74%
G = 38.14%
B = 50.12%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#309CCD (or 0x309CCD) is known color: Summer Sky. HEX triplet: 30, 9C and CD. RGB value is (48,156,205). Sum of RGB (Red+Green+Blue) = 48+156+205=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #309CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CCD is #CF6332. Grayscale: #808080. Windows color (decimal): -13591347 or 13474864. OLE color: 13474864.

HSL color Cylindrical-coordinate representation of color #309CCD: hue angle of 198.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #309CCD is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 156 205 -
CMYK 0.77 0.24 0 0.20
HSL 198.73º 0.62% 0.5% -
HSV(B) 198.73º 0.77% 0.8% -
XYZ 24.13 28.81 62.05 -
YUV 129.29 170.72 70.02 -
System Red Green Blue C M Y K H S L
Decimal 48 156 205 0.77 0.24 0 0.20 198.73 0.62 0.5
Hex 30 9C CD 4D 18 0 14 C7 3E 32
Octal 60 234 315 115 30 0 24 307 76 62
Binary 110000 10011100 11001101 1001101 11000 0 10100 11000111 111110 110010

Color Harmonies of #309CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CCD

Black with #309CCD

Text Example


Text Example

White with #309CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,205); }

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

background-color css

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

 a { background-color: rgb(48,156,205); }

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

border-color css

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

 span { border-color: rgb(48,156,205); }

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