Html Css Color HEX #364A58 Cello

📋 copy color: '#364A58'

red 54 ◦ green 74 ◦ blue 88

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

Shades of Cello #364A58

Tints of Cello #364A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 25%
G = 34.26%
B = 40.74%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#364A58 (or 0x364A58) is known color: Cello. HEX triplet: 36, 4A and 58. RGB value is (54,74,88). Sum of RGB (Red+Green+Blue) = 54+74+88=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #364A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A58 is #C9B5A7. Grayscale: #454545. Windows color (decimal): -13219240 or 5786166. OLE color: 5786166.

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

Color convert

RGB 54 74 88 -
CMYK 0.39 0.16 0 0.65
HSL 204.71º 0.24% 0.28% -
HSV(B) 204.71º 0.39% 0.35% -
XYZ 5.73 6.39 10.16 -
YUV 69.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 54 74 88 0.39 0.16 0 0.65 204.71 0.24 0.28
Hex 36 4A 58 27 10 0 41 CD 18 1C
Octal 66 112 130 47 20 0 101 315 30 34
Binary 110110 1001010 1011000 100111 10000 0 1000001 11001101 11000 11100

Color Harmonies of #364A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A58

Black with #364A58

Text Example


Text Example

White with #364A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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