Html Css Color HEX #38529C Tory Blue

📋 copy color: '#38529C'

red 56 ◦ green 82 ◦ blue 156

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

Shades of Tory Blue #38529C

Tints of Tory Blue #38529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 19.05%
G = 27.89%
B = 53.06%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38529C (or 0x38529C) is known color: Tory Blue. HEX triplet: 38, 52 and 9C. RGB value is (56,82,156). Sum of RGB (Red+Green+Blue) = 56+82+156=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #38529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38529C is #C7AD63. Grayscale: #525252. Windows color (decimal): -13086052 or 10244664. OLE color: 10244664.

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

Color convert

RGB 56 82 156 -
CMYK 0.64 0.47 0 0.39
HSL 224.4º 0.47% 0.42% -
HSV(B) 224.4º 0.64% 0.61% -
XYZ 10.65 9.28 32.68 -
YUV 82.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 56 82 156 0.64 0.47 0 0.39 224.4 0.47 0.42
Hex 38 52 9C 40 2F 0 27 E0 2F 2A
Octal 70 122 234 100 57 0 47 340 57 52
Binary 111000 1010010 10011100 1000000 101111 0 100111 11100000 101111 101010

Color Harmonies of #38529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38529C

Black with #38529C

Text Example


Text Example

White with #38529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38529C; }

 p { color: rgb(56,82,156); }

 H1.HeaderClassName
 {
   color: #38529C;
 }
 .AnyTagClassName
 {
   color: #38529C;
 }
</style>

background-color css

<style>
 a { background-color: #38529C; }

 a { background-color: rgb(56,82,156); }

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

border-color css

<style>
 span { border-color: #38529C; }

 span { border-color: rgb(56,82,156); }

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