Html Css Color HEX #365853 Blue Dianne

📋 copy color: '#365853'

red 54 ◦ green 88 ◦ blue 83

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

Shades of Blue Dianne #365853

Tints of Blue Dianne #365853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 83 (32.81% from 255) = 36.89%

R = 24%
G = 39.11%
B = 36.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#365853 (or 0x365853) is known color: Blue Dianne. HEX triplet: 36, 58 and 53. RGB value is (54,88,83). Sum of RGB (Red+Green+Blue) = 54+88+83=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #365853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365853 is #C9A7AC. Grayscale: #4D4D4D. Windows color (decimal): -13215661 or 5462070. OLE color: 5462070.

HSL color Cylindrical-coordinate representation of color #365853: hue angle of 171.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365853 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 83 -
CMYK 0.39 0 0.06 0.65
HSL 171.18º 0.24% 0.28% -
HSV(B) 171.18º 0.39% 0.35% -
XYZ 6.57 8.39 9.46 -
YUV 77.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 54 88 83 0.39 0 0.06 0.65 171.18 0.24 0.28
Hex 36 58 53 27 0 6 41 AB 18 1C
Octal 66 130 123 47 0 6 101 253 30 34
Binary 110110 1011000 1010011 100111 0 110 1000001 10101011 11000 11100

Color Harmonies of #365853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365853

Black with #365853

Text Example


Text Example

White with #365853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365853; }

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

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

background-color css

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

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

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

border-color css

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

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

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