Html Css Color HEX #384788 Tory Blue

📋 copy color: '#384788'

red 56 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #384788

Tints of Tory Blue #384788

RGB

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

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

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

R = 21.29%
G = 27%
B = 51.71%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#384788 (or 0x384788) is known color: Tory Blue. HEX triplet: 38, 47 and 88. RGB value is (56,71,136). Sum of RGB (Red+Green+Blue) = 56+71+136=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #384788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384788 is #C7B877. Grayscale: #494949. Windows color (decimal): -13088888 or 8931128. OLE color: 8931128.

HSL color Cylindrical-coordinate representation of color #384788: hue angle of 228.75º 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 #384788 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 71 136 -
CMYK 0.59 0.48 0 0.47
HSL 228.75º 0.42% 0.38% -
HSV(B) 228.75º 0.59% 0.53% -
XYZ 8.33 7.12 24.23 -
YUV 73.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 56 71 136 0.59 0.48 0 0.47 228.75 0.42 0.38
Hex 38 47 88 3B 30 0 2F E5 2A 26
Octal 70 107 210 73 60 0 57 345 52 46
Binary 111000 1000111 10001000 111011 110000 0 101111 11100101 101010 100110

Color Harmonies of #384788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384788

Black with #384788

Text Example


Text Example

White with #384788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384788; }

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

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

background-color css

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

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

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

border-color css

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

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

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