Html Css Color HEX #319EBC Pelorous

📋 copy color: '#319EBC'

red 49 ◦ green 158 ◦ blue 188

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

Shades of Pelorous #319EBC

Tints of Pelorous #319EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 12.41%
G = 40%
B = 47.59%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#319EBC (or 0x319EBC) is known color: Pelorous. HEX triplet: 31, 9E and BC. RGB value is (49,158,188). Sum of RGB (Red+Green+Blue) = 49+158+188=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #319EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EBC is #CE6143. Grayscale: #808080. Windows color (decimal): -13525316 or 12361265. OLE color: 12361265.

HSL color Cylindrical-coordinate representation of color #319EBC: hue angle of 192.95º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319EBC is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 158 188 -
CMYK 0.74 0.16 0 0.26
HSL 192.95º 0.59% 0.46% -
HSV(B) 192.95º 0.74% 0.74% -
XYZ 22.57 28.74 51.93 -
YUV 128.83 161.39 71.06 -
System Red Green Blue C M Y K H S L
Decimal 49 158 188 0.74 0.16 0 0.26 192.95 0.59 0.46
Hex 31 9E BC 4A 10 0 1A C1 3B 2E
Octal 61 236 274 112 20 0 32 301 73 56
Binary 110001 10011110 10111100 1001010 10000 0 11010 11000001 111011 101110

Color Harmonies of #319EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319EBC

Black with #319EBC

Text Example


Text Example

White with #319EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,188); }

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

background-color css

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

 a { background-color: rgb(49,158,188); }

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

border-color css

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

 span { border-color: rgb(49,158,188); }

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