Html Css Color HEX #37417E Torea Bay

📋 copy color: '#37417E'

red 55 ◦ green 65 ◦ blue 126

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

Shades of Torea Bay #37417E

Tints of Torea Bay #37417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 22.36%
G = 26.42%
B = 51.22%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37417E (or 0x37417E) is known color: Torea Bay. HEX triplet: 37, 41 and 7E. RGB value is (55,65,126). Sum of RGB (Red+Green+Blue) = 55+65+126=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #37417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37417E is #C8BE81. Grayscale: #444444. Windows color (decimal): -13155970 or 8274231. OLE color: 8274231.

HSL color Cylindrical-coordinate representation of color #37417E: hue angle of 231.55º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37417E is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 65 126 -
CMYK 0.56 0.48 0 0.51
HSL 231.55º 0.39% 0.35% -
HSV(B) 231.55º 0.56% 0.49% -
XYZ 7.23 6.1 20.53 -
YUV 68.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 55 65 126 0.56 0.48 0 0.51 231.55 0.39 0.35
Hex 37 41 7E 38 30 0 33 E8 27 23
Octal 67 101 176 70 60 0 63 350 47 43
Binary 110111 1000001 1111110 111000 110000 0 110011 11101000 100111 100011

Color Harmonies of #37417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37417E

Black with #37417E

Text Example


Text Example

White with #37417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37417E; }

 p { color: rgb(55,65,126); }

 H1.HeaderClassName
 {
   color: #37417E;
 }
 .AnyTagClassName
 {
   color: #37417E;
 }
</style>

background-color css

<style>
 a { background-color: #37417E; }

 a { background-color: rgb(55,65,126); }

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

border-color css

<style>
 span { border-color: #37417E; }

 span { border-color: rgb(55,65,126); }

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