Html Css Color HEX #38487E Tory Blue

📋 copy color: '#38487E'

red 56 ◦ green 72 ◦ blue 126

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

Shades of Tory Blue #38487E

Tints of Tory Blue #38487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 49.61%

R = 22.05%
G = 28.35%
B = 49.61%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38487E (or 0x38487E) is known color: Tory Blue. HEX triplet: 38, 48 and 7E. RGB value is (56,72,126). Sum of RGB (Red+Green+Blue) = 56+72+126=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #38487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38487E is #C7B781. Grayscale: #494949. Windows color (decimal): -13088642 or 8276024. OLE color: 8276024.

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

Color convert

RGB 56 72 126 -
CMYK 0.56 0.43 0 0.51
HSL 226.29º 0.38% 0.36% -
HSV(B) 226.29º 0.56% 0.49% -
XYZ 7.71 6.98 20.68 -
YUV 73.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 56 72 126 0.56 0.43 0 0.51 226.29 0.38 0.36
Hex 38 48 7E 38 2B 0 33 E2 26 24
Octal 70 110 176 70 53 0 63 342 46 44
Binary 111000 1001000 1111110 111000 101011 0 110011 11100010 100110 100100

Color Harmonies of #38487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38487E

Black with #38487E

Text Example


Text Example

White with #38487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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