Html Css Color HEX #38429F Tory Blue

📋 copy color: '#38429F'

red 56 ◦ green 66 ◦ blue 159

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

Shades of Tory Blue #38429F

Tints of Tory Blue #38429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 19.93%
G = 23.49%
B = 56.58%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38429F (or 0x38429F) is known color: Tory Blue. HEX triplet: 38, 42 and 9F. RGB value is (56,66,159). Sum of RGB (Red+Green+Blue) = 56+66+159=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #38429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38429F is #C7BD60. Grayscale: #494949. Windows color (decimal): -13090145 or 10437176. OLE color: 10437176.

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

Color convert

RGB 56 66 159 -
CMYK 0.65 0.58 0 0.38
HSL 234.17º 0.48% 0.42% -
HSV(B) 234.17º 0.65% 0.62% -
XYZ 9.84 7.24 33.68 -
YUV 73.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 56 66 159 0.65 0.58 0 0.38 234.17 0.48 0.42
Hex 38 42 9F 41 3A 0 26 EA 30 2A
Octal 70 102 237 101 72 0 46 352 60 52
Binary 111000 1000010 10011111 1000001 111010 0 100110 11101010 110000 101010

Color Harmonies of #38429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38429F

Black with #38429F

Text Example


Text Example

White with #38429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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