Html Css Color HEX #38439F Tory Blue

📋 copy color: '#38439F'

red 56 ◦ green 67 ◦ blue 159

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

Shades of Tory Blue #38439F

Tints of Tory Blue #38439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 19.86%
G = 23.76%
B = 56.38%

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

#38439F (or 0x38439F) is known color: Tory Blue. HEX triplet: 38, 43 and 9F. RGB value is (56,67,159). Sum of RGB (Red+Green+Blue) = 56+67+159=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #38439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38439F is #C7BC60. Grayscale: #494949. Windows color (decimal): -13089889 or 10437432. OLE color: 10437432.

HSL color Cylindrical-coordinate representation of color #38439F: hue angle of 233.59º 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 #38439F is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 67 159 -
CMYK 0.65 0.58 0 0.38
HSL 233.59º 0.48% 0.42% -
HSV(B) 233.59º 0.65% 0.62% -
XYZ 9.9 7.36 33.7 -
YUV 74.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 56 67 159 0.65 0.58 0 0.38 233.59 0.48 0.42
Hex 38 43 9F 41 3A 0 26 EA 30 2A
Octal 70 103 237 101 72 0 46 352 60 52
Binary 111000 1000011 10011111 1000001 111010 0 100110 11101010 110000 101010

Color Harmonies of #38439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38439F

Black with #38439F

Text Example


Text Example

White with #38439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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