Html Css Color HEX #38498E Tory Blue

📋 copy color: '#38498E'

red 56 ◦ green 73 ◦ blue 142

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

Shades of Tory Blue #38498E

Tints of Tory Blue #38498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 20.66%
G = 26.94%
B = 52.4%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38498E (or 0x38498E) is known color: Tory Blue. HEX triplet: 38, 49 and 8E. RGB value is (56,73,142). Sum of RGB (Red+Green+Blue) = 56+73+142=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #38498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38498E is #C7B671. Grayscale: #4B4B4B. Windows color (decimal): -13088370 or 9324856. OLE color: 9324856.

HSL color Cylindrical-coordinate representation of color #38498E: hue angle of 228.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38498E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 73 142 -
CMYK 0.61 0.49 0 0.44
HSL 228.14º 0.43% 0.39% -
HSV(B) 228.14º 0.61% 0.56% -
XYZ 8.9 7.56 26.58 -
YUV 75.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 56 73 142 0.61 0.49 0 0.44 228.14 0.43 0.39
Hex 38 49 8E 3D 31 0 2C E4 2B 27
Octal 70 111 216 75 61 0 54 344 53 47
Binary 111000 1001001 10001110 111101 110001 0 101100 11100100 101011 100111

Color Harmonies of #38498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38498E

Black with #38498E

Text Example


Text Example

White with #38498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38498E; }

 p { color: rgb(56,73,142); }

 H1.HeaderClassName
 {
   color: #38498E;
 }
 .AnyTagClassName
 {
   color: #38498E;
 }
</style>

background-color css

<style>
 a { background-color: #38498E; }

 a { background-color: rgb(56,73,142); }

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

border-color css

<style>
 span { border-color: #38498E; }

 span { border-color: rgb(56,73,142); }

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