Html Css Color HEX #365351 Blue Dianne

📋 copy color: '#365351'

red 54 ◦ green 83 ◦ blue 81

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

Shades of Blue Dianne #365351

Tints of Blue Dianne #365351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 24.77%
G = 38.07%
B = 37.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#365351 (or 0x365351) is known color: Blue Dianne. HEX triplet: 36, 53 and 51. RGB value is (54,83,81). Sum of RGB (Red+Green+Blue) = 54+83+81=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #365351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365351 is #C9ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13216943 or 5329718. OLE color: 5329718.

HSL color Cylindrical-coordinate representation of color #365351: hue angle of 175.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #365351 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 81 -
CMYK 0.35 0 0.02 0.67
HSL 175.86º 0.21% 0.27% -
HSV(B) 175.86º 0.35% 0.33% -
XYZ 6.1 7.56 8.92 -
YUV 74.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 54 83 81 0.35 0 0.02 0.67 175.86 0.21 0.27
Hex 36 53 51 23 0 2 43 B0 15 1B
Octal 66 123 121 43 0 2 103 260 25 33
Binary 110110 1010011 1010001 100011 0 10 1000011 10110000 10101 11011

Color Harmonies of #365351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365351

Black with #365351

Text Example


Text Example

White with #365351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365351; }

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

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

background-color css

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

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

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

border-color css

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

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

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