Html Css Color HEX #3F4A53 Atomic

📋 copy color: '#3F4A53'

red 63 ◦ green 74 ◦ blue 83

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

Shades of Atomic #3F4A53

Tints of Atomic #3F4A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 28.64%
G = 33.64%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F4A53 (or 0x3F4A53) is known color: Atomic. HEX triplet: 3F, 4A and 53. RGB value is (63,74,83). Sum of RGB (Red+Green+Blue) = 63+74+83=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A53 is #C0B5AC. Grayscale: #474747. Windows color (decimal): -12629421 or 5458495. OLE color: 5458495.

HSL color Cylindrical-coordinate representation of color #3F4A53: hue angle of 207º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F4A53 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 74 83 -
CMYK 0.24 0.11 0 0.67
HSL 207º 0.14% 0.29% -
HSV(B) 207º 0.24% 0.33% -
XYZ 6.06 6.58 9.13 -
YUV 71.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 63 74 83 0.24 0.11 0 0.67 207 0.14 0.29
Hex 3F 4A 53 18 B 0 43 CF E 1D
Octal 77 112 123 30 13 0 103 317 16 35
Binary 111111 1001010 1010011 11000 1011 0 1000011 11001111 1110 11101

Color Harmonies of #3F4A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A53

Black with #3F4A53

Text Example


Text Example

White with #3F4A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,83); }

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

background-color css

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

 a { background-color: rgb(63,74,83); }

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

border-color css

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

 span { border-color: rgb(63,74,83); }

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