Html Css Color HEX #364B5C Cello

📋 copy color: '#364B5C'

red 54 ◦ green 75 ◦ blue 92

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

Shades of Cello #364B5C

Tints of Cello #364B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 24.43%
G = 33.94%
B = 41.63%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#364B5C (or 0x364B5C) is known color: Cello. HEX triplet: 36, 4B and 5C. RGB value is (54,75,92). Sum of RGB (Red+Green+Blue) = 54+75+92=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #364B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B5C is #C9B4A3. Grayscale: #464646. Windows color (decimal): -13218980 or 6048566. OLE color: 6048566.

HSL color Cylindrical-coordinate representation of color #364B5C: hue angle of 206.84º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364B5C is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 75 92 -
CMYK 0.41 0.18 0 0.64
HSL 206.84º 0.26% 0.29% -
HSV(B) 206.84º 0.41% 0.36% -
XYZ 5.97 6.59 11.08 -
YUV 70.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 54 75 92 0.41 0.18 0 0.64 206.84 0.26 0.29
Hex 36 4B 5C 29 12 0 40 CF 1A 1D
Octal 66 113 134 51 22 0 100 317 32 35
Binary 110110 1001011 1011100 101001 10010 0 1000000 11001111 11010 11101

Color Harmonies of #364B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B5C

Black with #364B5C

Text Example


Text Example

White with #364B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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