Html Css Color HEX #385188 Tory Blue

📋 copy color: '#385188'

red 56 ◦ green 81 ◦ blue 136

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

Shades of Tory Blue #385188

Tints of Tory Blue #385188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 20.51%
G = 29.67%
B = 49.82%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385188 (or 0x385188) is known color: Tory Blue. HEX triplet: 38, 51 and 88. RGB value is (56,81,136). Sum of RGB (Red+Green+Blue) = 56+81+136=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #385188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385188 is #C7AE77. Grayscale: #4F4F4F. Windows color (decimal): -13086328 or 8933688. OLE color: 8933688.

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

Color convert

RGB 56 81 136 -
CMYK 0.59 0.40 0 0.47
HSL 221.25º 0.42% 0.38% -
HSV(B) 221.25º 0.59% 0.53% -
XYZ 9.02 8.5 24.46 -
YUV 79.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 56 81 136 0.59 0.40 0 0.47 221.25 0.42 0.38
Hex 38 51 88 3B 28 0 2F DD 2A 26
Octal 70 121 210 73 50 0 57 335 52 46
Binary 111000 1010001 10001000 111011 101000 0 101111 11011101 101010 100110

Color Harmonies of #385188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385188

Black with #385188

Text Example


Text Example

White with #385188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385188; }

 p { color: rgb(56,81,136); }

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

background-color css

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

 a { background-color: rgb(56,81,136); }

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

border-color css

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

 span { border-color: rgb(56,81,136); }

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