Html Css Color HEX #37A5AD Pelorous

📋 copy color: '#37A5AD'

red 55 ◦ green 165 ◦ blue 173

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

Shades of Pelorous #37A5AD

Tints of Pelorous #37A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.98%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 13.99%
G = 41.98%
B = 44.02%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#37A5AD (or 0x37A5AD) is known color: Pelorous. HEX triplet: 37, A5 and AD. RGB value is (55,165,173). Sum of RGB (Red+Green+Blue) = 55+165+173=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #37A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A5AD is #C85A52. Grayscale: #848484. Windows color (decimal): -13130323 or 11380023. OLE color: 11380023.

HSL color Cylindrical-coordinate representation of color #37A5AD: hue angle of 184.07º 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 #37A5AD is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 165 173 -
CMYK 0.68 0.05 0 0.32
HSL 184.07º 0.52% 0.45% -
HSV(B) 184.07º 0.68% 0.68% -
XYZ 22.57 30.74 44.28 -
YUV 133.02 150.56 72.35 -
System Red Green Blue C M Y K H S L
Decimal 55 165 173 0.68 0.05 0 0.32 184.07 0.52 0.45
Hex 37 A5 AD 44 5 0 20 B8 34 2D
Octal 67 245 255 104 5 0 40 270 64 55
Binary 110111 10100101 10101101 1000100 101 0 100000 10111000 110100 101101

Color Harmonies of #37A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A5AD

Black with #37A5AD

Text Example


Text Example

White with #37A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37A5AD; }

 p { color: rgb(55,165,173); }

 H1.HeaderClassName
 {
   color: #37A5AD;
 }
 .AnyTagClassName
 {
   color: #37A5AD;
 }
</style>

background-color css

<style>
 a { background-color: #37A5AD; }

 a { background-color: rgb(55,165,173); }

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

border-color css

<style>
 span { border-color: #37A5AD; }

 span { border-color: rgb(55,165,173); }

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