Html Css Color HEX #38558F Tory Blue

📋 copy color: '#38558F'

red 56 ◦ green 85 ◦ blue 143

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

Shades of Tory Blue #38558F

Tints of Tory Blue #38558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50.35%

R = 19.72%
G = 29.93%
B = 50.35%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38558F (or 0x38558F) is known color: Tory Blue. HEX triplet: 38, 55 and 8F. RGB value is (56,85,143). Sum of RGB (Red+Green+Blue) = 56+85+143=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #38558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38558F is #C7AA70. Grayscale: #525252. Windows color (decimal): -13085297 or 9393464. OLE color: 9393464.

HSL color Cylindrical-coordinate representation of color #38558F: hue angle of 220º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38558F is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 85 143 -
CMYK 0.61 0.41 0 0.44
HSL 220º 0.44% 0.39% -
HSV(B) 220º 0.61% 0.56% -
XYZ 9.84 9.32 27.27 -
YUV 82.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 56 85 143 0.61 0.41 0 0.44 220 0.44 0.39
Hex 38 55 8F 3D 29 0 2C DC 2C 27
Octal 70 125 217 75 51 0 54 334 54 47
Binary 111000 1010101 10001111 111101 101001 0 101100 11011100 101100 100111

Color Harmonies of #38558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38558F

Black with #38558F

Text Example


Text Example

White with #38558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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