Html Css Color HEX #319BCF Summer Sky

📋 copy color: '#319BCF'

red 49 ◦ green 155 ◦ blue 207

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

Shades of Summer Sky #319BCF

Tints of Summer Sky #319BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 11.92%
G = 37.71%
B = 50.36%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#319BCF (or 0x319BCF) is known color: Summer Sky. HEX triplet: 31, 9B and CF. RGB value is (49,155,207). Sum of RGB (Red+Green+Blue) = 49+155+207=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #319BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BCF is #CE6430. Grayscale: #808080. Windows color (decimal): -13526065 or 13605681. OLE color: 13605681.

HSL color Cylindrical-coordinate representation of color #319BCF: hue angle of 199.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319BCF is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 155 207 -
CMYK 0.76 0.25 0 0.19
HSL 199.75º 0.62% 0.5% -
HSV(B) 199.75º 0.76% 0.81% -
XYZ 24.25 28.6 63.27 -
YUV 129.23 171.88 70.77 -
System Red Green Blue C M Y K H S L
Decimal 49 155 207 0.76 0.25 0 0.19 199.75 0.62 0.5
Hex 31 9B CF 4C 19 0 13 C8 3E 32
Octal 61 233 317 114 31 0 23 310 76 62
Binary 110001 10011011 11001111 1001100 11001 0 10011 11001000 111110 110010

Color Harmonies of #319BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BCF

Black with #319BCF

Text Example


Text Example

White with #319BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,207); }

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

background-color css

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

 a { background-color: rgb(49,155,207); }

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

border-color css

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

 span { border-color: rgb(49,155,207); }

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