Html Css Color HEX #364A5F Cello

📋 copy color: '#364A5F'

red 54 ◦ green 74 ◦ blue 95

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

Shades of Cello #364A5F

Tints of Cello #364A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 24.22%
G = 33.18%
B = 42.6%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#364A5F (or 0x364A5F) is known color: Cello. HEX triplet: 36, 4A and 5F. RGB value is (54,74,95). Sum of RGB (Red+Green+Blue) = 54+74+95=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #364A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A5F is #C9B5A0. Grayscale: #464646. Windows color (decimal): -13219233 or 6244918. OLE color: 6244918.

HSL color Cylindrical-coordinate representation of color #364A5F: hue angle of 210.73º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #364A5F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 74 95 -
CMYK 0.43 0.22 0 0.63
HSL 210.73º 0.28% 0.29% -
HSV(B) 210.73º 0.43% 0.37% -
XYZ 6.04 6.51 11.76 -
YUV 70.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 54 74 95 0.43 0.22 0 0.63 210.73 0.28 0.29
Hex 36 4A 5F 2B 16 0 3F D3 1C 1D
Octal 66 112 137 53 26 0 77 323 34 35
Binary 110110 1001010 1011111 101011 10110 0 111111 11010011 11100 11101

Color Harmonies of #364A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A5F

Black with #364A5F

Text Example


Text Example

White with #364A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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