Html Css Color HEX #384998 Tory Blue

📋 copy color: '#384998'

red 56 ◦ green 73 ◦ blue 152

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

Shades of Tory Blue #384998

Tints of Tory Blue #384998

RGB

 RED value IS 56 (22.27% from 255) = 19.93%

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 19.93%
G = 25.98%
B = 54.09%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#384998 (or 0x384998) is known color: Tory Blue. HEX triplet: 38, 49 and 98. RGB value is (56,73,152). Sum of RGB (Red+Green+Blue) = 56+73+152=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #384998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384998 is #C7B667. Grayscale: #4C4C4C. Windows color (decimal): -13088360 or 9980216. OLE color: 9980216.

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

Color convert

RGB 56 73 152 -
CMYK 0.63 0.52 0 0.40
HSL 229.38º 0.46% 0.41% -
HSV(B) 229.38º 0.63% 0.6% -
XYZ 9.68 7.87 30.72 -
YUV 76.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 56 73 152 0.63 0.52 0 0.40 229.38 0.46 0.41
Hex 38 49 98 3F 34 0 28 E5 2E 29
Octal 70 111 230 77 64 0 50 345 56 51
Binary 111000 1001001 10011000 111111 110100 0 101000 11100101 101110 101001

Color Harmonies of #384998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384998

Black with #384998

Text Example


Text Example

White with #384998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384998; }

 p { color: rgb(56,73,152); }

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

background-color css

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

 a { background-color: rgb(56,73,152); }

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

border-color css

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

 span { border-color: rgb(56,73,152); }

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