Html Css Color HEX #379DAE Pelorous

📋 copy color: '#379DAE'

red 55 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #379DAE

Tints of Pelorous #379DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 14.25%
G = 40.67%
B = 45.08%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#379DAE (or 0x379DAE) is known color: Pelorous. HEX triplet: 37, 9D and AE. RGB value is (55,157,174). Sum of RGB (Red+Green+Blue) = 55+157+174=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #379DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379DAE is #C86251. Grayscale: #808080. Windows color (decimal): -13132370 or 11443511. OLE color: 11443511.

HSL color Cylindrical-coordinate representation of color #379DAE: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379DAE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 157 174 -
CMYK 0.68 0.10 0 0.32
HSL 188.57º 0.52% 0.45% -
HSV(B) 188.57º 0.68% 0.68% -
XYZ 21.27 27.98 44.32 -
YUV 128.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 55 157 174 0.68 0.10 0 0.32 188.57 0.52 0.45
Hex 37 9D AE 44 A 0 20 BD 34 2D
Octal 67 235 256 104 12 0 40 275 64 55
Binary 110111 10011101 10101110 1000100 1010 0 100000 10111101 110100 101101

Color Harmonies of #379DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DAE

Black with #379DAE

Text Example


Text Example

White with #379DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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