Html Css Color HEX #384789 Tory Blue

📋 copy color: '#384789'

red 56 ◦ green 71 ◦ blue 137

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

Shades of Tory Blue #384789

Tints of Tory Blue #384789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 21.21%
G = 26.89%
B = 51.89%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#384789 (or 0x384789) is known color: Tory Blue. HEX triplet: 38, 47 and 89. RGB value is (56,71,137). Sum of RGB (Red+Green+Blue) = 56+71+137=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #384789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384789 is #C7B876. Grayscale: #494949. Windows color (decimal): -13088887 or 8996664. OLE color: 8996664.

HSL color Cylindrical-coordinate representation of color #384789: hue angle of 228.89º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384789 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 71 137 -
CMYK 0.59 0.48 0 0.46
HSL 228.89º 0.42% 0.38% -
HSV(B) 228.89º 0.59% 0.54% -
XYZ 8.4 7.15 24.6 -
YUV 74.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 56 71 137 0.59 0.48 0 0.46 228.89 0.42 0.38
Hex 38 47 89 3B 30 0 2E E5 2A 26
Octal 70 107 211 73 60 0 56 345 52 46
Binary 111000 1000111 10001001 111011 110000 0 101110 11100101 101010 100110

Color Harmonies of #384789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384789

Black with #384789

Text Example


Text Example

White with #384789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384789; }

 p { color: rgb(56,71,137); }

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

background-color css

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

 a { background-color: rgb(56,71,137); }

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

border-color css

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

 span { border-color: rgb(56,71,137); }

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