Html Css Color HEX #379DC6 Pelorous

📋 copy color: '#379DC6'

red 55 ◦ green 157 ◦ blue 198

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

Shades of Pelorous #379DC6

Tints of Pelorous #379DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.29%

R = 13.41%
G = 38.29%
B = 48.29%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#379DC6 (or 0x379DC6) is known color: Pelorous. HEX triplet: 37, 9D and C6. RGB value is (55,157,198). Sum of RGB (Red+Green+Blue) = 55+157+198=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #379DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379DC6 is #C86239. Grayscale: #828282. Windows color (decimal): -13132346 or 13016375. OLE color: 13016375.

HSL color Cylindrical-coordinate representation of color #379DC6: hue angle of 197.2º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #379DC6 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 157 198 -
CMYK 0.72 0.21 0 0.22
HSL 197.2º 0.57% 0.5% -
HSV(B) 197.2º 0.72% 0.78% -
XYZ 23.83 29 57.77 -
YUV 131.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 55 157 198 0.72 0.21 0 0.22 197.2 0.57 0.5
Hex 37 9D C6 48 15 0 16 C5 39 32
Octal 67 235 306 110 25 0 26 305 71 62
Binary 110111 10011101 11000110 1001000 10101 0 10110 11000101 111001 110010

Color Harmonies of #379DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DC6

Black with #379DC6

Text Example


Text Example

White with #379DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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