Html Css Color HEX #3F4258 Blue Zodiac

📋 copy color: '#3F4258'

red 63 ◦ green 66 ◦ blue 88

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

Shades of Blue Zodiac #3F4258

Tints of Blue Zodiac #3F4258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 29.03%
G = 30.41%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4258 (or 0x3F4258) is known color: Blue Zodiac. HEX triplet: 3F, 42 and 58. RGB value is (63,66,88). Sum of RGB (Red+Green+Blue) = 63+66+88=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4258 is #C0BDA7. Grayscale: #434343. Windows color (decimal): -12631464 or 5784127. OLE color: 5784127.

HSL color Cylindrical-coordinate representation of color #3F4258: hue angle of 232.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4258 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 66 88 -
CMYK 0.28 0.25 0 0.65
HSL 232.8º 0.17% 0.3% -
HSV(B) 232.8º 0.28% 0.35% -
XYZ 5.76 5.66 10.02 -
YUV 67.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 63 66 88 0.28 0.25 0 0.65 232.8 0.17 0.3
Hex 3F 42 58 1C 19 0 41 E9 11 1E
Octal 77 102 130 34 31 0 101 351 21 36
Binary 111111 1000010 1011000 11100 11001 0 1000001 11101001 10001 11110

Color Harmonies of #3F4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4258

Black with #3F4258

Text Example


Text Example

White with #3F4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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