Html Css Color HEX #37458F Tory Blue

📋 copy color: '#37458F'

red 55 ◦ green 69 ◦ blue 143

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

Shades of Tory Blue #37458F

Tints of Tory Blue #37458F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 20.6%
G = 25.84%
B = 53.56%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37458F (or 0x37458F) is known color: Tory Blue. HEX triplet: 37, 45 and 8F. RGB value is (55,69,143). Sum of RGB (Red+Green+Blue) = 55+69+143=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #37458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37458F is #C8BA70. Grayscale: #484848. Windows color (decimal): -13154929 or 9389367. OLE color: 9389367.

HSL color Cylindrical-coordinate representation of color #37458F: hue angle of 230.45º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37458F is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 69 143 -
CMYK 0.62 0.52 0 0.44
HSL 230.45º 0.44% 0.39% -
HSV(B) 230.45º 0.62% 0.56% -
XYZ 8.66 7.05 26.89 -
YUV 73.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 55 69 143 0.62 0.52 0 0.44 230.45 0.44 0.39
Hex 37 45 8F 3E 34 0 2C E6 2C 27
Octal 67 105 217 76 64 0 54 346 54 47
Binary 110111 1000101 10001111 111110 110100 0 101100 11100110 101100 100111

Color Harmonies of #37458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37458F

Black with #37458F

Text Example


Text Example

White with #37458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37458F; }

 p { color: rgb(55,69,143); }

 H1.HeaderClassName
 {
   color: #37458F;
 }
 .AnyTagClassName
 {
   color: #37458F;
 }
</style>

background-color css

<style>
 a { background-color: #37458F; }

 a { background-color: rgb(55,69,143); }

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

border-color css

<style>
 span { border-color: #37458F; }

 span { border-color: rgb(55,69,143); }

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