Html Css Color HEX #379FC2 Pelorous

📋 copy color: '#379FC2'

red 55 ◦ green 159 ◦ blue 194

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

Shades of Pelorous #379FC2

Tints of Pelorous #379FC2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

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

R = 13.48%
G = 38.97%
B = 47.55%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#379FC2 (or 0x379FC2) is known color: Pelorous. HEX triplet: 37, 9F and C2. RGB value is (55,159,194). Sum of RGB (Red+Green+Blue) = 55+159+194=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #379FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FC2 is #C8603D. Grayscale: #838383. Windows color (decimal): -13131838 or 12754743. OLE color: 12754743.

HSL color Cylindrical-coordinate representation of color #379FC2: hue angle of 195.11º 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 #379FC2 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 159 194 -
CMYK 0.72 0.18 0 0.24
HSL 195.11º 0.56% 0.49% -
HSV(B) 195.11º 0.72% 0.76% -
XYZ 23.71 29.5 55.48 -
YUV 131.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 55 159 194 0.72 0.18 0 0.24 195.11 0.56 0.49
Hex 37 9F C2 48 12 0 18 C3 38 31
Octal 67 237 302 110 22 0 30 303 70 61
Binary 110111 10011111 11000010 1001000 10010 0 11000 11000011 111000 110001

Color Harmonies of #379FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FC2

Black with #379FC2

Text Example


Text Example

White with #379FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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