Html Css Color HEX #365265 Cello

📋 copy color: '#365265'

red 54 ◦ green 82 ◦ blue 101

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

Shades of Cello #365265

Tints of Cello #365265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 22.78%
G = 34.6%
B = 42.62%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365265 (or 0x365265) is known color: Cello. HEX triplet: 36, 52 and 65. RGB value is (54,82,101). Sum of RGB (Red+Green+Blue) = 54+82+101=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #365265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365265 is #C9AD9A. Grayscale: #4B4B4B. Windows color (decimal): -13217179 or 6640182. OLE color: 6640182.

HSL color Cylindrical-coordinate representation of color #365265: hue angle of 204.26º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365265 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 82 101 -
CMYK 0.47 0.19 0 0.60
HSL 204.26º 0.3% 0.3% -
HSV(B) 204.26º 0.47% 0.4% -
XYZ 6.89 7.76 13.45 -
YUV 75.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 54 82 101 0.47 0.19 0 0.60 204.26 0.3 0.3
Hex 36 52 65 2F 13 0 3C CC 1E 1E
Octal 66 122 145 57 23 0 74 314 36 36
Binary 110110 1010010 1100101 101111 10011 0 111100 11001100 11110 11110

Color Harmonies of #365265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365265

Black with #365265

Text Example


Text Example

White with #365265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365265; }

 p { color: rgb(54,82,101); }

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

background-color css

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

 a { background-color: rgb(54,82,101); }

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

border-color css

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

 span { border-color: rgb(54,82,101); }

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