Html Css Color HEX #38419C Tory Blue

📋 copy color: '#38419C'

red 56 ◦ green 65 ◦ blue 156

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

Shades of Tory Blue #38419C

Tints of Tory Blue #38419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 20.22%
G = 23.47%
B = 56.32%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38419C (or 0x38419C) is known color: Tory Blue. HEX triplet: 38, 41 and 9C. RGB value is (56,65,156). Sum of RGB (Red+Green+Blue) = 56+65+156=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #38419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38419C is #C7BE63. Grayscale: #484848. Windows color (decimal): -13090404 or 10240312. OLE color: 10240312.

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

Color convert

RGB 56 65 156 -
CMYK 0.64 0.58 0 0.39
HSL 234.6º 0.47% 0.42% -
HSV(B) 234.6º 0.64% 0.61% -
XYZ 9.52 7.02 32.31 -
YUV 72.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 56 65 156 0.64 0.58 0 0.39 234.6 0.47 0.42
Hex 38 41 9C 40 3A 0 27 EB 2F 2A
Octal 70 101 234 100 72 0 47 353 57 52
Binary 111000 1000001 10011100 1000000 111010 0 100111 11101011 101111 101010

Color Harmonies of #38419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38419C

Black with #38419C

Text Example


Text Example

White with #38419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38419C; }

 p { color: rgb(56,65,156); }

 H1.HeaderClassName
 {
   color: #38419C;
 }
 .AnyTagClassName
 {
   color: #38419C;
 }
</style>

background-color css

<style>
 a { background-color: #38419C; }

 a { background-color: rgb(56,65,156); }

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

border-color css

<style>
 span { border-color: #38419C; }

 span { border-color: rgb(56,65,156); }

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