Html Css Color HEX #38429C Tory Blue

📋 copy color: '#38429C'

red 56 ◦ green 66 ◦ blue 156

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

Shades of Tory Blue #38429C

Tints of Tory Blue #38429C

RGB

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

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

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

R = 20.14%
G = 23.74%
B = 56.12%

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

#38429C (or 0x38429C) is known color: Tory Blue. HEX triplet: 38, 42 and 9C. RGB value is (56,66,156). Sum of RGB (Red+Green+Blue) = 56+66+156=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #38429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38429C is #C7BD63. Grayscale: #484848. Windows color (decimal): -13090148 or 10240568. OLE color: 10240568.

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

Color convert

RGB 56 66 156 -
CMYK 0.64 0.58 0 0.39
HSL 234º 0.47% 0.42% -
HSV(B) 234º 0.64% 0.61% -
XYZ 9.58 7.14 32.33 -
YUV 73.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 56 66 156 0.64 0.58 0 0.39 234 0.47 0.42
Hex 38 42 9C 40 3A 0 27 EA 2F 2A
Octal 70 102 234 100 72 0 47 352 57 52
Binary 111000 1000010 10011100 1000000 111010 0 100111 11101010 101111 101010

Color Harmonies of #38429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38429C

Black with #38429C

Text Example


Text Example

White with #38429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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