Html Css Color HEX #379ABC Pelorous

📋 copy color: '#379ABC'

red 55 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #379ABC

Tints of Pelorous #379ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 13.85%
G = 38.79%
B = 47.36%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#379ABC (or 0x379ABC) is known color: Pelorous. HEX triplet: 37, 9A and BC. RGB value is (55,154,188). Sum of RGB (Red+Green+Blue) = 55+154+188=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #379ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379ABC is #C86543. Grayscale: #808080. Windows color (decimal): -13133124 or 12360247. OLE color: 12360247.

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

Color convert

RGB 55 154 188 -
CMYK 0.71 0.18 0 0.26
HSL 195.34º 0.55% 0.48% -
HSV(B) 195.34º 0.71% 0.74% -
XYZ 22.21 27.55 51.72 -
YUV 128.28 161.7 75.74 -
System Red Green Blue C M Y K H S L
Decimal 55 154 188 0.71 0.18 0 0.26 195.34 0.55 0.48
Hex 37 9A BC 47 12 0 1A C3 37 30
Octal 67 232 274 107 22 0 32 303 67 60
Binary 110111 10011010 10111100 1000111 10010 0 11010 11000011 110111 110000

Color Harmonies of #379ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379ABC

Black with #379ABC

Text Example


Text Example

White with #379ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,154,188); }

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

background-color css

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

 a { background-color: rgb(55,154,188); }

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

border-color css

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

 span { border-color: rgb(55,154,188); }

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