Html Css Color HEX #379FBE Pelorous

📋 copy color: '#379FBE'

red 55 ◦ green 159 ◦ blue 190

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

Shades of Pelorous #379FBE

Tints of Pelorous #379FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 13.61%
G = 39.36%
B = 47.03%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#379FBE (or 0x379FBE) is known color: Pelorous. HEX triplet: 37, 9F and BE. RGB value is (55,159,190). Sum of RGB (Red+Green+Blue) = 55+159+190=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #379FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379FBE is #C86041. Grayscale: #838383. Windows color (decimal): -13131842 or 12492599. OLE color: 12492599.

HSL color Cylindrical-coordinate representation of color #379FBE: hue angle of 193.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #379FBE is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 159 190 -
CMYK 0.71 0.16 0 0.25
HSL 193.78º 0.55% 0.48% -
HSV(B) 193.78º 0.71% 0.75% -
XYZ 23.27 29.33 53.15 -
YUV 131.44 161.04 73.48 -
System Red Green Blue C M Y K H S L
Decimal 55 159 190 0.71 0.16 0 0.25 193.78 0.55 0.48
Hex 37 9F BE 47 10 0 19 C2 37 30
Octal 67 237 276 107 20 0 31 302 67 60
Binary 110111 10011111 10111110 1000111 10000 0 11001 11000010 110111 110000

Color Harmonies of #379FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FBE

Black with #379FBE

Text Example


Text Example

White with #379FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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