Html Css Color HEX #365965 Blumine

📋 copy color: '#365965'

red 54 ◦ green 89 ◦ blue 101

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

Shades of Blumine #365965

Tints of Blumine #365965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 22.13%
G = 36.48%
B = 41.39%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365965 (or 0x365965) is known color: Blumine. HEX triplet: 36, 59 and 65. RGB value is (54,89,101). Sum of RGB (Red+Green+Blue) = 54+89+101=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #365965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365965 is #C9A69A. Grayscale: #4F4F4F. Windows color (decimal): -13215387 or 6641974. OLE color: 6641974.

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

Color convert

RGB 54 89 101 -
CMYK 0.47 0.12 0 0.60
HSL 195.32º 0.3% 0.3% -
HSV(B) 195.32º 0.47% 0.4% -
XYZ 7.44 8.87 13.63 -
YUV 79.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 54 89 101 0.47 0.12 0 0.60 195.32 0.3 0.3
Hex 36 59 65 2F C 0 3C C3 1E 1E
Octal 66 131 145 57 14 0 74 303 36 36
Binary 110110 1011001 1100101 101111 1100 0 111100 11000011 11110 11110

Color Harmonies of #365965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365965

Black with #365965

Text Example


Text Example

White with #365965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365965; }

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

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

background-color css

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

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

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

border-color css

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

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

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