Html Css Color HEX #379CBC Pelorous

📋 copy color: '#379CBC'

red 55 ◦ green 156 ◦ blue 188

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

Shades of Pelorous #379CBC

Tints of Pelorous #379CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 13.78%
G = 39.1%
B = 47.12%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#379CBC (or 0x379CBC) is known color: Pelorous. HEX triplet: 37, 9C and BC. RGB value is (55,156,188). Sum of RGB (Red+Green+Blue) = 55+156+188=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #379CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379CBC is #C86343. Grayscale: #818181. Windows color (decimal): -13132612 or 12360759. OLE color: 12360759.

HSL color Cylindrical-coordinate representation of color #379CBC: hue angle of 194.44º 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 #379CBC is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 156 188 -
CMYK 0.71 0.17 0 0.26
HSL 194.44º 0.55% 0.48% -
HSV(B) 194.44º 0.71% 0.74% -
XYZ 22.54 28.22 51.84 -
YUV 129.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 55 156 188 0.71 0.17 0 0.26 194.44 0.55 0.48
Hex 37 9C BC 47 11 0 1A C2 37 30
Octal 67 234 274 107 21 0 32 302 67 60
Binary 110111 10011100 10111100 1000111 10001 0 11010 11000010 110111 110000

Color Harmonies of #379CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CBC

Black with #379CBC

Text Example


Text Example

White with #379CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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