Html Css Color HEX #384098 Tory Blue

📋 copy color: '#384098'

red 56 ◦ green 64 ◦ blue 152

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

Shades of Tory Blue #384098

Tints of Tory Blue #384098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 20.59%
G = 23.53%
B = 55.88%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#384098 (or 0x384098) is known color: Tory Blue. HEX triplet: 38, 40 and 98. RGB value is (56,64,152). Sum of RGB (Red+Green+Blue) = 56+64+152=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #384098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384098 is #C7BF67. Grayscale: #474747. Windows color (decimal): -13090664 or 9977912. OLE color: 9977912.

HSL color Cylindrical-coordinate representation of color #384098: hue angle of 235º 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 #384098 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 64 152 -
CMYK 0.63 0.58 0 0.40
HSL 235º 0.46% 0.41% -
HSV(B) 235º 0.63% 0.6% -
XYZ 9.13 6.77 30.53 -
YUV 71.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 56 64 152 0.63 0.58 0 0.40 235 0.46 0.41
Hex 38 40 98 3F 3A 0 28 EB 2E 29
Octal 70 100 230 77 72 0 50 353 56 51
Binary 111000 1000000 10011000 111111 111010 0 101000 11101011 101110 101001

Color Harmonies of #384098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384098

Black with #384098

Text Example


Text Example

White with #384098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384098; }

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

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

background-color css

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

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

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

border-color css

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

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

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