Html Css Color HEX #364953 Atomic

📋 copy color: '#364953'

red 54 ◦ green 73 ◦ blue 83

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

Shades of Atomic #364953

Tints of Atomic #364953

RGB

 RED value IS 54 (21.48% from 255) = 25.71%

 GREEN value IS 73 (28.91% from 255) = 34.76%

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

R = 25.71%
G = 34.76%
B = 39.52%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364953 (or 0x364953) is known color: Atomic. HEX triplet: 36, 49 and 53. RGB value is (54,73,83). Sum of RGB (Red+Green+Blue) = 54+73+83=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #364953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364953 is #C9B6AC. Grayscale: #444444. Windows color (decimal): -13219501 or 5458230. OLE color: 5458230.

HSL color Cylindrical-coordinate representation of color #364953: hue angle of 200.69º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364953 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 73 83 -
CMYK 0.35 0.12 0 0.67
HSL 200.69º 0.21% 0.27% -
HSV(B) 200.69º 0.35% 0.33% -
XYZ 5.47 6.17 9.09 -
YUV 68.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 54 73 83 0.35 0.12 0 0.67 200.69 0.21 0.27
Hex 36 49 53 23 C 0 43 C9 15 1B
Octal 66 111 123 43 14 0 103 311 25 33
Binary 110110 1001001 1010011 100011 1100 0 1000011 11001001 10101 11011

Color Harmonies of #364953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364953

Black with #364953

Text Example


Text Example

White with #364953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364953; }

 p { color: rgb(54,73,83); }

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

background-color css

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

 a { background-color: rgb(54,73,83); }

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

border-color css

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

 span { border-color: rgb(54,73,83); }

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