Html Css Color HEX #314653 Atomic

📋 copy color: '#314653'

red 49 ◦ green 70 ◦ blue 83

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

Shades of Atomic #314653

Tints of Atomic #314653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

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

R = 24.26%
G = 34.65%
B = 41.09%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314653 (or 0x314653) is known color: Atomic. HEX triplet: 31, 46 and 53. RGB value is (49,70,83). Sum of RGB (Red+Green+Blue) = 49+70+83=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #314653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314653 is #CEB9AC. Grayscale: #414141. Windows color (decimal): -13547949 or 5457457. OLE color: 5457457.

HSL color Cylindrical-coordinate representation of color #314653: hue angle of 202.94º 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 #314653 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 70 83 -
CMYK 0.41 0.16 0 0.67
HSL 202.94º 0.26% 0.26% -
HSV(B) 202.94º 0.41% 0.33% -
XYZ 5.02 5.66 9.01 -
YUV 65.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 49 70 83 0.41 0.16 0 0.67 202.94 0.26 0.26
Hex 31 46 53 29 10 0 43 CB 1A 1A
Octal 61 106 123 51 20 0 103 313 32 32
Binary 110001 1000110 1010011 101001 10000 0 1000011 11001011 11010 11010

Color Harmonies of #314653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314653

Black with #314653

Text Example


Text Example

White with #314653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314653; }

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

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

background-color css

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

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

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

border-color css

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

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

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