Html Css Color HEX #38439C Tory Blue

📋 copy color: '#38439C'

red 56 ◦ green 67 ◦ blue 156

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

Shades of Tory Blue #38439C

Tints of Tory Blue #38439C

RGB

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

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

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

R = 20.07%
G = 24.01%
B = 55.91%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38439C (or 0x38439C) is known color: Tory Blue. HEX triplet: 38, 43 and 9C. RGB value is (56,67,156). Sum of RGB (Red+Green+Blue) = 56+67+156=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #38439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38439C is #C7BC63. Grayscale: #494949. Windows color (decimal): -13089892 or 10240824. OLE color: 10240824.

HSL color Cylindrical-coordinate representation of color #38439C: hue angle of 233.4º 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 #38439C is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 67 156 -
CMYK 0.64 0.57 0 0.39
HSL 233.4º 0.47% 0.42% -
HSV(B) 233.4º 0.64% 0.61% -
XYZ 9.64 7.26 32.34 -
YUV 73.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 56 67 156 0.64 0.57 0 0.39 233.4 0.47 0.42
Hex 38 43 9C 40 39 0 27 E9 2F 2A
Octal 70 103 234 100 71 0 47 351 57 52
Binary 111000 1000011 10011100 1000000 111001 0 100111 11101001 101111 101010

Color Harmonies of #38439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38439C

Black with #38439C

Text Example


Text Example

White with #38439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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