Html Css Color HEX #38487D Tory Blue

📋 copy color: '#38487D'

red 56 ◦ green 72 ◦ blue 125

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

Shades of Tory Blue #38487D

Tints of Tory Blue #38487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 22.13%
G = 28.46%
B = 49.41%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38487D (or 0x38487D) is known color: Tory Blue. HEX triplet: 38, 48 and 7D. RGB value is (56,72,125). Sum of RGB (Red+Green+Blue) = 56+72+125=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #38487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38487D is #C7B782. Grayscale: #494949. Windows color (decimal): -13088643 or 8210488. OLE color: 8210488.

HSL color Cylindrical-coordinate representation of color #38487D: hue angle of 226.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38487D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 72 125 -
CMYK 0.55 0.42 0 0.51
HSL 226.09º 0.38% 0.35% -
HSV(B) 226.09º 0.55% 0.49% -
XYZ 7.65 6.96 20.34 -
YUV 73.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 56 72 125 0.55 0.42 0 0.51 226.09 0.38 0.35
Hex 38 48 7D 37 2A 0 33 E2 26 23
Octal 70 110 175 67 52 0 63 342 46 43
Binary 111000 1001000 1111101 110111 101010 0 110011 11100010 100110 100011

Color Harmonies of #38487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38487D

Black with #38487D

Text Example


Text Example

White with #38487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,72,125); }

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

background-color css

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

 a { background-color: rgb(56,72,125); }

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

border-color css

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

 span { border-color: rgb(56,72,125); }

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