Html Css Color HEX #38459B Tory Blue

📋 copy color: '#38459B'

red 56 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #38459B

Tints of Tory Blue #38459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 20%
G = 24.64%
B = 55.36%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38459B (or 0x38459B) is known color: Tory Blue. HEX triplet: 38, 45 and 9B. RGB value is (56,69,155). Sum of RGB (Red+Green+Blue) = 56+69+155=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #38459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38459B is #C7BA64. Grayscale: #4A4A4A. Windows color (decimal): -13089381 or 10175800. OLE color: 10175800.

HSL color Cylindrical-coordinate representation of color #38459B: hue angle of 232.12º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38459B is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 69 155 -
CMYK 0.64 0.55 0 0.39
HSL 232.12º 0.47% 0.41% -
HSV(B) 232.12º 0.64% 0.61% -
XYZ 9.68 7.46 31.94 -
YUV 74.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 56 69 155 0.64 0.55 0 0.39 232.12 0.47 0.41
Hex 38 45 9B 40 37 0 27 E8 2F 29
Octal 70 105 233 100 67 0 47 350 57 51
Binary 111000 1000101 10011011 1000000 110111 0 100111 11101000 101111 101001

Color Harmonies of #38459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38459B

Black with #38459B

Text Example


Text Example

White with #38459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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