Html Css Color HEX #365366 Cello

📋 copy color: '#365366'

red 54 ◦ green 83 ◦ blue 102

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

Shades of Cello #365366

Tints of Cello #365366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 22.59%
G = 34.73%
B = 42.68%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365366 (or 0x365366) is known color: Cello. HEX triplet: 36, 53 and 66. RGB value is (54,83,102). Sum of RGB (Red+Green+Blue) = 54+83+102=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #365366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365366 is #C9AC99. Grayscale: #4C4C4C. Windows color (decimal): -13216922 or 6705974. OLE color: 6705974.

HSL color Cylindrical-coordinate representation of color #365366: hue angle of 203.75º 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 #365366 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 83 102 -
CMYK 0.47 0.19 0 0.6
HSL 203.75º 0.31% 0.31% -
HSV(B) 203.75º 0.47% 0.4% -
XYZ 7.01 7.93 13.73 -
YUV 76.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 54 83 102 0.47 0.19 0 0.6 203.75 0.31 0.31
Hex 36 53 66 2F 13 0 3C CC 1F 1F
Octal 66 123 146 57 23 0 74 314 37 37
Binary 110110 1010011 1100110 101111 10011 0 111100 11001100 11111 11111

Color Harmonies of #365366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365366

Black with #365366

Text Example


Text Example

White with #365366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365366; }

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

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

background-color css

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

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

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

border-color css

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

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

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