Html Css Color HEX #365266 Cello

📋 copy color: '#365266'

red 54 ◦ green 82 ◦ blue 102

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

Shades of Cello #365266

Tints of Cello #365266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 22.69%
G = 34.45%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365266 (or 0x365266) is known color: Cello. HEX triplet: 36, 52 and 66. RGB value is (54,82,102). Sum of RGB (Red+Green+Blue) = 54+82+102=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #365266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365266 is #C9AD99. Grayscale: #4B4B4B. Windows color (decimal): -13217178 or 6705718. OLE color: 6705718.

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

Color convert

RGB 54 82 102 -
CMYK 0.47 0.20 0 0.6
HSL 205º 0.31% 0.31% -
HSV(B) 205º 0.47% 0.4% -
XYZ 6.94 7.78 13.71 -
YUV 75.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 54 82 102 0.47 0.20 0 0.6 205 0.31 0.31
Hex 36 52 66 2F 14 0 3C CD 1F 1F
Octal 66 122 146 57 24 0 74 315 37 37
Binary 110110 1010010 1100110 101111 10100 0 111100 11001101 11111 11111

Color Harmonies of #365266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365266

Black with #365266

Text Example


Text Example

White with #365266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365266; }

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

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

background-color css

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

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

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

border-color css

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

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

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