Html Css Color HEX #38429D Tory Blue

📋 copy color: '#38429D'

red 56 ◦ green 66 ◦ blue 157

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

Shades of Tory Blue #38429D

Tints of Tory Blue #38429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 20.07%
G = 23.66%
B = 56.27%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38429D (or 0x38429D) is known color: Tory Blue. HEX triplet: 38, 42 and 9D. RGB value is (56,66,157). Sum of RGB (Red+Green+Blue) = 56+66+157=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #38429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38429D is #C7BD62. Grayscale: #494949. Windows color (decimal): -13090147 or 10306104. OLE color: 10306104.

HSL color Cylindrical-coordinate representation of color #38429D: hue angle of 234.06º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38429D is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 66 157 -
CMYK 0.64 0.58 0 0.38
HSL 234.06º 0.47% 0.42% -
HSV(B) 234.06º 0.64% 0.62% -
XYZ 9.66 7.17 32.77 -
YUV 73.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 56 66 157 0.64 0.58 0 0.38 234.06 0.47 0.42
Hex 38 42 9D 40 3A 0 26 EA 2F 2A
Octal 70 102 235 100 72 0 46 352 57 52
Binary 111000 1000010 10011101 1000000 111010 0 100110 11101010 101111 101010

Color Harmonies of #38429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38429D

Black with #38429D

Text Example


Text Example

White with #38429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38429D; }

 p { color: rgb(56,66,157); }

 H1.HeaderClassName
 {
   color: #38429D;
 }
 .AnyTagClassName
 {
   color: #38429D;
 }
</style>

background-color css

<style>
 a { background-color: #38429D; }

 a { background-color: rgb(56,66,157); }

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

border-color css

<style>
 span { border-color: #38429D; }

 span { border-color: rgb(56,66,157); }

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