Html Css Color HEX #38538A Tory Blue

📋 copy color: '#38538A'

red 56 ◦ green 83 ◦ blue 138

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

Shades of Tory Blue #38538A

Tints of Tory Blue #38538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 20.22%
G = 29.96%
B = 49.82%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38538A (or 0x38538A) is known color: Tory Blue. HEX triplet: 38, 53 and 8A. RGB value is (56,83,138). Sum of RGB (Red+Green+Blue) = 56+83+138=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #38538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38538A is #C7AC75. Grayscale: #505050. Windows color (decimal): -13085814 or 9065272. OLE color: 9065272.

HSL color Cylindrical-coordinate representation of color #38538A: hue angle of 220.24º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38538A is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 83 138 -
CMYK 0.59 0.40 0 0.46
HSL 220.24º 0.42% 0.38% -
HSV(B) 220.24º 0.59% 0.54% -
XYZ 9.31 8.86 25.26 -
YUV 81.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 56 83 138 0.59 0.40 0 0.46 220.24 0.42 0.38
Hex 38 53 8A 3B 28 0 2E DC 2A 26
Octal 70 123 212 73 50 0 56 334 52 46
Binary 111000 1010011 10001010 111011 101000 0 101110 11011100 101010 100110

Color Harmonies of #38538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38538A

Black with #38538A

Text Example


Text Example

White with #38538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38538A; }

 p { color: rgb(56,83,138); }

 H1.HeaderClassName
 {
   color: #38538A;
 }
 .AnyTagClassName
 {
   color: #38538A;
 }
</style>

background-color css

<style>
 a { background-color: #38538A; }

 a { background-color: rgb(56,83,138); }

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

border-color css

<style>
 span { border-color: #38538A; }

 span { border-color: rgb(56,83,138); }

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