Html Css Color HEX #314753 Atomic

📋 copy color: '#314753'

red 49 ◦ green 71 ◦ blue 83

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

Shades of Atomic #314753

Tints of Atomic #314753

RGB

 RED value IS 49 (19.53% from 255) = 24.14%

 GREEN value IS 71 (28.13% from 255) = 34.98%

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

R = 24.14%
G = 34.98%
B = 40.89%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314753 (or 0x314753) is known color: Atomic. HEX triplet: 31, 47 and 53. RGB value is (49,71,83). Sum of RGB (Red+Green+Blue) = 49+71+83=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #314753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314753 is #CEB8AC. Grayscale: #414141. Windows color (decimal): -13547693 or 5457713. OLE color: 5457713.

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

Color convert

RGB 49 71 83 -
CMYK 0.41 0.14 0 0.67
HSL 201.18º 0.26% 0.26% -
HSV(B) 201.18º 0.41% 0.33% -
XYZ 5.08 5.78 9.03 -
YUV 65.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 49 71 83 0.41 0.14 0 0.67 201.18 0.26 0.26
Hex 31 47 53 29 E 0 43 C9 1A 1A
Octal 61 107 123 51 16 0 103 311 32 32
Binary 110001 1000111 1010011 101001 1110 0 1000011 11001001 11010 11010

Color Harmonies of #314753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314753

Black with #314753

Text Example


Text Example

White with #314753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314753; }

 p { color: rgb(49,71,83); }

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

background-color css

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

 a { background-color: rgb(49,71,83); }

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

border-color css

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

 span { border-color: rgb(49,71,83); }

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