Html Css Color HEX #379DC2 Pelorous

📋 copy color: '#379DC2'

red 55 ◦ green 157 ◦ blue 194

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

Shades of Pelorous #379DC2

Tints of Pelorous #379DC2

RGB

 RED value IS 55 (21.88% from 255) = 13.55%

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 13.55%
G = 38.67%
B = 47.78%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#379DC2 (or 0x379DC2) is known color: Pelorous. HEX triplet: 37, 9D and C2. RGB value is (55,157,194). Sum of RGB (Red+Green+Blue) = 55+157+194=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #379DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DC2 is #C8623D. Grayscale: #828282. Windows color (decimal): -13132350 or 12754231. OLE color: 12754231.

HSL color Cylindrical-coordinate representation of color #379DC2: hue angle of 195.97º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379DC2 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 157 194 -
CMYK 0.72 0.19 0 0.24
HSL 195.97º 0.56% 0.49% -
HSV(B) 195.97º 0.72% 0.76% -
XYZ 23.37 28.82 55.37 -
YUV 130.72 163.71 73.99 -
System Red Green Blue C M Y K H S L
Decimal 55 157 194 0.72 0.19 0 0.24 195.97 0.56 0.49
Hex 37 9D C2 48 13 0 18 C4 38 31
Octal 67 235 302 110 23 0 30 304 70 61
Binary 110111 10011101 11000010 1001000 10011 0 11000 11000100 111000 110001

Color Harmonies of #379DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DC2

Black with #379DC2

Text Example


Text Example

White with #379DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379DC2; }

 p { color: rgb(55,157,194); }

 H1.HeaderClassName
 {
   color: #379DC2;
 }
 .AnyTagClassName
 {
   color: #379DC2;
 }
</style>

background-color css

<style>
 a { background-color: #379DC2; }

 a { background-color: rgb(55,157,194); }

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

border-color css

<style>
 span { border-color: #379DC2; }

 span { border-color: rgb(55,157,194); }

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