Html Css Color HEX #365F75 Blumine

📋 copy color: '#365F75'

red 54 ◦ green 95 ◦ blue 117

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

Shades of Blumine #365F75

Tints of Blumine #365F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

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

R = 20.3%
G = 35.71%
B = 43.98%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365F75 (or 0x365F75) is known color: Blumine. HEX triplet: 36, 5F and 75. RGB value is (54,95,117). Sum of RGB (Red+Green+Blue) = 54+95+117=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #365F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F75 is #C9A08A. Grayscale: #555555. Windows color (decimal): -13213835 or 7692086. OLE color: 7692086.

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

Color convert

RGB 54 95 117 -
CMYK 0.54 0.19 0 0.54
HSL 200.95º 0.37% 0.34% -
HSV(B) 200.95º 0.54% 0.46% -
XYZ 8.82 10.25 18.34 -
YUV 85.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 54 95 117 0.54 0.19 0 0.54 200.95 0.37 0.34
Hex 36 5F 75 36 13 0 36 C9 25 22
Octal 66 137 165 66 23 0 66 311 45 42
Binary 110110 1011111 1110101 110110 10011 0 110110 11001001 100101 100010

Color Harmonies of #365F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F75

Black with #365F75

Text Example


Text Example

White with #365F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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