Html Css Color HEX #384692 Tory Blue

📋 copy color: '#384692'

red 56 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #384692

Tints of Tory Blue #384692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 20.59%
G = 25.74%
B = 53.68%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#384692 (or 0x384692) is known color: Tory Blue. HEX triplet: 38, 46 and 92. RGB value is (56,70,146). Sum of RGB (Red+Green+Blue) = 56+70+146=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #384692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384692 is #C7B96D. Grayscale: #4A4A4A. Windows color (decimal): -13089134 or 9586232. OLE color: 9586232.

HSL color Cylindrical-coordinate representation of color #384692: hue angle of 230.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384692 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 70 146 -
CMYK 0.62 0.52 0 0.43
HSL 230.67º 0.45% 0.4% -
HSV(B) 230.67º 0.62% 0.57% -
XYZ 9.01 7.3 28.13 -
YUV 74.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 56 70 146 0.62 0.52 0 0.43 230.67 0.45 0.4
Hex 38 46 92 3E 34 0 2B E7 2D 28
Octal 70 106 222 76 64 0 53 347 55 50
Binary 111000 1000110 10010010 111110 110100 0 101011 11100111 101101 101000

Color Harmonies of #384692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384692

Black with #384692

Text Example


Text Example

White with #384692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384692; }

 p { color: rgb(56,70,146); }

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

background-color css

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

 a { background-color: rgb(56,70,146); }

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

border-color css

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

 span { border-color: rgb(56,70,146); }

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