Html Css Color HEX #319CCD Summer Sky

📋 copy color: '#319CCD'

red 49 ◦ green 156 ◦ blue 205

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

Shades of Summer Sky #319CCD

Tints of Summer Sky #319CCD

RGB

 RED value IS 49 (19.53% from 255) = 11.95%

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

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

R = 11.95%
G = 38.05%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#319CCD (or 0x319CCD) is known color: Summer Sky. HEX triplet: 31, 9C and CD. RGB value is (49,156,205). Sum of RGB (Red+Green+Blue) = 49+156+205=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #319CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CCD is #CE6332. Grayscale: #818181. Windows color (decimal): -13525811 or 13474865. OLE color: 13474865.

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

Color convert

RGB 49 156 205 -
CMYK 0.76 0.24 0 0.20
HSL 198.85º 0.61% 0.5% -
HSV(B) 198.85º 0.76% 0.8% -
XYZ 24.17 28.84 62.05 -
YUV 129.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 49 156 205 0.76 0.24 0 0.20 198.85 0.61 0.5
Hex 31 9C CD 4C 18 0 14 C7 3D 32
Octal 61 234 315 114 30 0 24 307 75 62
Binary 110001 10011100 11001101 1001100 11000 0 10100 11000111 111101 110010

Color Harmonies of #319CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CCD

Black with #319CCD

Text Example


Text Example

White with #319CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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