Html Css Color HEX #364E5C Cello

📋 copy color: '#364E5C'

red 54 ◦ green 78 ◦ blue 92

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

Shades of Cello #364E5C

Tints of Cello #364E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.82%

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

R = 24.11%
G = 34.82%
B = 41.07%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#364E5C (or 0x364E5C) is known color: Cello. HEX triplet: 36, 4E and 5C. RGB value is (54,78,92). Sum of RGB (Red+Green+Blue) = 54+78+92=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #364E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E5C is #C9B1A3. Grayscale: #484848. Windows color (decimal): -13218212 or 6049334. OLE color: 6049334.

HSL color Cylindrical-coordinate representation of color #364E5C: hue angle of 202.11º 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 #364E5C is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 78 92 -
CMYK 0.41 0.15 0 0.64
HSL 202.11º 0.26% 0.29% -
HSV(B) 202.11º 0.41% 0.36% -
XYZ 6.18 7.01 11.15 -
YUV 72.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 54 78 92 0.41 0.15 0 0.64 202.11 0.26 0.29
Hex 36 4E 5C 29 F 0 40 CA 1A 1D
Octal 66 116 134 51 17 0 100 312 32 35
Binary 110110 1001110 1011100 101001 1111 0 1000000 11001010 11010 11101

Color Harmonies of #364E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364E5C

Black with #364E5C

Text Example


Text Example

White with #364E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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