Html Css Color HEX #38558D Tory Blue

📋 copy color: '#38558D'

red 56 ◦ green 85 ◦ blue 141

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

Shades of Tory Blue #38558D

Tints of Tory Blue #38558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 19.86%
G = 30.14%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38558D (or 0x38558D) is known color: Tory Blue. HEX triplet: 38, 55 and 8D. RGB value is (56,85,141). Sum of RGB (Red+Green+Blue) = 56+85+141=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #38558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38558D is #C7AA72. Grayscale: #525252. Windows color (decimal): -13085299 or 9262392. OLE color: 9262392.

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

Color convert

RGB 56 85 141 -
CMYK 0.60 0.40 0 0.45
HSL 219.53º 0.43% 0.39% -
HSV(B) 219.53º 0.6% 0.55% -
XYZ 9.69 9.26 26.48 -
YUV 82.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 56 85 141 0.60 0.40 0 0.45 219.53 0.43 0.39
Hex 38 55 8D 3C 28 0 2D DC 2B 27
Octal 70 125 215 74 50 0 55 334 53 47
Binary 111000 1010101 10001101 111100 101000 0 101101 11011100 101011 100111

Color Harmonies of #38558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38558D

Black with #38558D

Text Example


Text Example

White with #38558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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