Html Css Color HEX #364B58 Atomic

📋 copy color: '#364B58'

red 54 ◦ green 75 ◦ blue 88

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

Shades of Atomic #364B58

Tints of Atomic #364B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 24.88%
G = 34.56%
B = 40.55%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364B58 (or 0x364B58) is known color: Atomic. HEX triplet: 36, 4B and 58. RGB value is (54,75,88). Sum of RGB (Red+Green+Blue) = 54+75+88=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #364B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B58 is #C9B4A7. Grayscale: #464646. Windows color (decimal): -13218984 or 5786422. OLE color: 5786422.

HSL color Cylindrical-coordinate representation of color #364B58: hue angle of 202.94º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364B58 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 75 88 -
CMYK 0.39 0.15 0 0.65
HSL 202.94º 0.24% 0.28% -
HSV(B) 202.94º 0.39% 0.35% -
XYZ 5.8 6.52 10.19 -
YUV 70.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 54 75 88 0.39 0.15 0 0.65 202.94 0.24 0.28
Hex 36 4B 58 27 F 0 41 CB 18 1C
Octal 66 113 130 47 17 0 101 313 30 34
Binary 110110 1001011 1011000 100111 1111 0 1000001 11001011 11000 11100

Color Harmonies of #364B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B58

Black with #364B58

Text Example


Text Example

White with #364B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B58; }

 p { color: rgb(54,75,88); }

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

background-color css

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

 a { background-color: rgb(54,75,88); }

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

border-color css

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

 span { border-color: rgb(54,75,88); }

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