Html Css Color HEX #364853 Atomic

📋 copy color: '#364853'

red 54 ◦ green 72 ◦ blue 83

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

Shades of Atomic #364853

Tints of Atomic #364853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 25.84%
G = 34.45%
B = 39.71%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#364853 (or 0x364853) is known color: Atomic. HEX triplet: 36, 48 and 53. RGB value is (54,72,83). Sum of RGB (Red+Green+Blue) = 54+72+83=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #364853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364853 is #C9B7AC. Grayscale: #434343. Windows color (decimal): -13219757 or 5457974. OLE color: 5457974.

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

Color convert

RGB 54 72 83 -
CMYK 0.35 0.13 0 0.67
HSL 202.76º 0.21% 0.27% -
HSV(B) 202.76º 0.35% 0.33% -
XYZ 5.4 6.04 9.07 -
YUV 67.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 54 72 83 0.35 0.13 0 0.67 202.76 0.21 0.27
Hex 36 48 53 23 D 0 43 CB 15 1B
Octal 66 110 123 43 15 0 103 313 25 33
Binary 110110 1001000 1010011 100011 1101 0 1000011 11001011 10101 11011

Color Harmonies of #364853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364853

Black with #364853

Text Example


Text Example

White with #364853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364853; }

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

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

background-color css

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

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

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

border-color css

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

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

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