Html Css Color HEX #38458B Tory Blue

📋 copy color: '#38458B'

red 56 ◦ green 69 ◦ blue 139

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

Shades of Tory Blue #38458B

Tints of Tory Blue #38458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 21.21%
G = 26.14%
B = 52.65%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38458B (or 0x38458B) is known color: Tory Blue. HEX triplet: 38, 45 and 8B. RGB value is (56,69,139). Sum of RGB (Red+Green+Blue) = 56+69+139=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #38458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38458B is #C7BA74. Grayscale: #484848. Windows color (decimal): -13089397 or 9127224. OLE color: 9127224.

HSL color Cylindrical-coordinate representation of color #38458B: hue angle of 230.6º 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 #38458B is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 69 139 -
CMYK 0.60 0.50 0 0.45
HSL 230.6º 0.43% 0.38% -
HSV(B) 230.6º 0.6% 0.55% -
XYZ 8.42 6.96 25.33 -
YUV 73.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 56 69 139 0.60 0.50 0 0.45 230.6 0.43 0.38
Hex 38 45 8B 3C 32 0 2D E7 2B 26
Octal 70 105 213 74 62 0 55 347 53 46
Binary 111000 1000101 10001011 111100 110010 0 101101 11100111 101011 100110

Color Harmonies of #38458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38458B

Black with #38458B

Text Example


Text Example

White with #38458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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