Html Css Color HEX #38558B Tory Blue

📋 copy color: '#38558B'

red 56 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #38558B

Tints of Tory Blue #38558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 20%
G = 30.36%
B = 49.64%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38558B (or 0x38558B) is known color: Tory Blue. HEX triplet: 38, 55 and 8B. RGB value is (56,85,139). Sum of RGB (Red+Green+Blue) = 56+85+139=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #38558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38558B is #C7AA74. Grayscale: #525252. Windows color (decimal): -13085301 or 9131320. OLE color: 9131320.

HSL color Cylindrical-coordinate representation of color #38558B: hue angle of 219.04º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38558B is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 85 139 -
CMYK 0.60 0.39 0 0.45
HSL 219.04º 0.43% 0.38% -
HSV(B) 219.04º 0.6% 0.55% -
XYZ 9.54 9.2 25.7 -
YUV 82.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 56 85 139 0.60 0.39 0 0.45 219.04 0.43 0.38
Hex 38 55 8B 3C 27 0 2D DB 2B 26
Octal 70 125 213 74 47 0 55 333 53 46
Binary 111000 1010101 10001011 111100 100111 0 101101 11011011 101011 100110

Color Harmonies of #38558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38558B

Black with #38558B

Text Example


Text Example

White with #38558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38558B; }

 p { color: rgb(56,85,139); }

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

background-color css

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

 a { background-color: rgb(56,85,139); }

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

border-color css

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

 span { border-color: rgb(56,85,139); }

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