Html Css Color HEX #3F4B52 Atomic

📋 copy color: '#3F4B52'

red 63 ◦ green 75 ◦ blue 82

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

Shades of Atomic #3F4B52

Tints of Atomic #3F4B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 28.64%
G = 34.09%
B = 37.27%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4B52 (or 0x3F4B52) is known color: Atomic. HEX triplet: 3F, 4B and 52. RGB value is (63,75,82). Sum of RGB (Red+Green+Blue) = 63+75+82=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B52 is #C0B4AD. Grayscale: #484848. Windows color (decimal): -12629166 or 5393215. OLE color: 5393215.

HSL color Cylindrical-coordinate representation of color #3F4B52: hue angle of 202.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4B52 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 75 82 -
CMYK 0.23 0.09 0 0.68
HSL 202.11º 0.13% 0.28% -
HSV(B) 202.11º 0.23% 0.32% -
XYZ 6.09 6.7 8.95 -
YUV 72.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 63 75 82 0.23 0.09 0 0.68 202.11 0.13 0.28
Hex 3F 4B 52 17 9 0 44 CA D 1C
Octal 77 113 122 27 11 0 104 312 15 34
Binary 111111 1001011 1010010 10111 1001 0 1000100 11001010 1101 11100

Color Harmonies of #3F4B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B52

Black with #3F4B52

Text Example


Text Example

White with #3F4B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,82); }

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

background-color css

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

 a { background-color: rgb(63,75,82); }

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

border-color css

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

 span { border-color: rgb(63,75,82); }

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