Html Css Color HEX #364C6B Cello

📋 copy color: '#364C6B'

red 54 ◦ green 76 ◦ blue 107

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

Shades of Cello #364C6B

Tints of Cello #364C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 22.78%
G = 32.07%
B = 45.15%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#364C6B (or 0x364C6B) is known color: Cello. HEX triplet: 36, 4C and 6B. RGB value is (54,76,107). Sum of RGB (Red+Green+Blue) = 54+76+107=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #364C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C6B is #C9B394. Grayscale: #484848. Windows color (decimal): -13218709 or 7031862. OLE color: 7031862.

HSL color Cylindrical-coordinate representation of color #364C6B: hue angle of 215.09º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364C6B is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 76 107 -
CMYK 0.50 0.29 0 0.58
HSL 215.09º 0.33% 0.32% -
HSV(B) 215.09º 0.5% 0.42% -
XYZ 6.76 7.01 14.91 -
YUV 72.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 54 76 107 0.50 0.29 0 0.58 215.09 0.33 0.32
Hex 36 4C 6B 32 1D 0 3A D7 21 20
Octal 66 114 153 62 35 0 72 327 41 40
Binary 110110 1001100 1101011 110010 11101 0 111010 11010111 100001 100000

Color Harmonies of #364C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C6B

Black with #364C6B

Text Example


Text Example

White with #364C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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