Html Css Color HEX #38508B Tory Blue

📋 copy color: '#38508B'

red 56 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #38508B

Tints of Tory Blue #38508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 20.36%
G = 29.09%
B = 50.55%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38508B (or 0x38508B) is known color: Tory Blue. HEX triplet: 38, 50 and 8B. RGB value is (56,80,139). Sum of RGB (Red+Green+Blue) = 56+80+139=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #38508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38508B is #C7AF74. Grayscale: #4F4F4F. Windows color (decimal): -13086581 or 9130040. OLE color: 9130040.

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

Color convert

RGB 56 80 139 -
CMYK 0.60 0.42 0 0.45
HSL 222.65º 0.43% 0.38% -
HSV(B) 222.65º 0.6% 0.55% -
XYZ 9.16 8.44 25.57 -
YUV 79.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 56 80 139 0.60 0.42 0 0.45 222.65 0.43 0.38
Hex 38 50 8B 3C 2A 0 2D DF 2B 26
Octal 70 120 213 74 52 0 55 337 53 46
Binary 111000 1010000 10001011 111100 101010 0 101101 11011111 101011 100110

Color Harmonies of #38508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38508B

Black with #38508B

Text Example


Text Example

White with #38508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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