Html Css Color HEX #3F429E Dark Slate Blue

📋 copy color: '#3F429E'

red 63 ◦ green 66 ◦ blue 158

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

Shades of Dark Slate Blue #3F429E

Tints of Dark Slate Blue #3F429E

RGB

 RED value IS 63 (25% from 255) = 21.95%

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

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 21.95%
G = 23%
B = 55.05%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F429E (or 0x3F429E) is known color: Dark Slate Blue. HEX triplet: 3F, 42 and 9E. RGB value is (63,66,158). Sum of RGB (Red+Green+Blue) = 63+66+158=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F429E is #C0BD61. Grayscale: #4B4B4B. Windows color (decimal): -12631394 or 10371647. OLE color: 10371647.

HSL color Cylindrical-coordinate representation of color #3F429E: hue angle of 238.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F429E is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 66 158 -
CMYK 0.60 0.58 0 0.38
HSL 238.11º 0.43% 0.43% -
HSV(B) 238.11º 0.6% 0.62% -
XYZ 10.17 7.42 33.24 -
YUV 75.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 63 66 158 0.60 0.58 0 0.38 238.11 0.43 0.43
Hex 3F 42 9E 3C 3A 0 26 EE 2B 2B
Octal 77 102 236 74 72 0 46 356 53 53
Binary 111111 1000010 10011110 111100 111010 0 100110 11101110 101011 101011

Color Harmonies of #3F429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F429E

Black with #3F429E

Text Example


Text Example

White with #3F429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F429E; }

 p { color: rgb(63,66,158); }

 H1.HeaderClassName
 {
   color: #3F429E;
 }
 .AnyTagClassName
 {
   color: #3F429E;
 }
</style>

background-color css

<style>
 a { background-color: #3F429E; }

 a { background-color: rgb(63,66,158); }

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

border-color css

<style>
 span { border-color: #3F429E; }

 span { border-color: rgb(63,66,158); }

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