Html Css Color HEX #364C58 Atomic

📋 copy color: '#364C58'

red 54 ◦ green 76 ◦ blue 88

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

Shades of Atomic #364C58

Tints of Atomic #364C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 24.77%
G = 34.86%
B = 40.37%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364C58 (or 0x364C58) is known color: Atomic. HEX triplet: 36, 4C and 58. RGB value is (54,76,88). Sum of RGB (Red+Green+Blue) = 54+76+88=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #364C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C58 is #C9B3A7. Grayscale: #464646. Windows color (decimal): -13218728 or 5786678. OLE color: 5786678.

HSL color Cylindrical-coordinate representation of color #364C58: hue angle of 201.18º 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 #364C58 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 76 88 -
CMYK 0.39 0.14 0 0.65
HSL 201.18º 0.24% 0.28% -
HSV(B) 201.18º 0.39% 0.35% -
XYZ 5.87 6.66 10.21 -
YUV 70.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 54 76 88 0.39 0.14 0 0.65 201.18 0.24 0.28
Hex 36 4C 58 27 E 0 41 C9 18 1C
Octal 66 114 130 47 16 0 101 311 30 34
Binary 110110 1001100 1011000 100111 1110 0 1000001 11001001 11000 11100

Color Harmonies of #364C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C58

Black with #364C58

Text Example


Text Example

White with #364C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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