Html Css Color HEX #374398 Tory Blue

📋 copy color: '#374398'

red 55 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #374398

Tints of Tory Blue #374398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 20.07%
G = 24.45%
B = 55.47%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#374398 (or 0x374398) is known color: Tory Blue. HEX triplet: 37, 43 and 98. RGB value is (55,67,152). Sum of RGB (Red+Green+Blue) = 55+67+152=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #374398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374398 is #C8BC67. Grayscale: #484848. Windows color (decimal): -13155432 or 9978679. OLE color: 9978679.

HSL color Cylindrical-coordinate representation of color #374398: hue angle of 232.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374398 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 67 152 -
CMYK 0.64 0.56 0 0.40
HSL 232.58º 0.47% 0.41% -
HSV(B) 232.58º 0.64% 0.6% -
XYZ 9.25 7.09 30.59 -
YUV 73.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 55 67 152 0.64 0.56 0 0.40 232.58 0.47 0.41
Hex 37 43 98 40 38 0 28 E9 2F 29
Octal 67 103 230 100 70 0 50 351 57 51
Binary 110111 1000011 10011000 1000000 111000 0 101000 11101001 101111 101001

Color Harmonies of #374398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374398

Black with #374398

Text Example


Text Example

White with #374398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374398; }

 p { color: rgb(55,67,152); }

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

background-color css

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

 a { background-color: rgb(55,67,152); }

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

border-color css

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

 span { border-color: rgb(55,67,152); }

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