Html Css Color HEX #365D75 Blumine

📋 copy color: '#365D75'

red 54 ◦ green 93 ◦ blue 117

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

Shades of Blumine #365D75

Tints of Blumine #365D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 20.45%
G = 35.23%
B = 44.32%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365D75 (or 0x365D75) is known color: Blumine. HEX triplet: 36, 5D and 75. RGB value is (54,93,117). Sum of RGB (Red+Green+Blue) = 54+93+117=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #365D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D75 is #C9A28A. Grayscale: #535353. Windows color (decimal): -13214347 or 7691574. OLE color: 7691574.

HSL color Cylindrical-coordinate representation of color #365D75: hue angle of 202.86º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365D75 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 93 117 -
CMYK 0.54 0.21 0 0.54
HSL 202.86º 0.37% 0.34% -
HSV(B) 202.86º 0.54% 0.46% -
XYZ 8.65 9.9 18.28 -
YUV 84.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 54 93 117 0.54 0.21 0 0.54 202.86 0.37 0.34
Hex 36 5D 75 36 15 0 36 CB 25 22
Octal 66 135 165 66 25 0 66 313 45 42
Binary 110110 1011101 1110101 110110 10101 0 110110 11001011 100101 100010

Color Harmonies of #365D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D75

Black with #365D75

Text Example


Text Example

White with #365D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365D75; }

 p { color: rgb(54,93,117); }

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

background-color css

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

 a { background-color: rgb(54,93,117); }

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

border-color css

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

 span { border-color: rgb(54,93,117); }

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