Html Css Color HEX #365F76 Blumine

📋 copy color: '#365F76'

red 54 ◦ green 95 ◦ blue 118

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

Shades of Blumine #365F76

Tints of Blumine #365F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 20.22%
G = 35.58%
B = 44.19%

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

#365F76 (or 0x365F76) is known color: Blumine. HEX triplet: 36, 5F and 76. RGB value is (54,95,118). Sum of RGB (Red+Green+Blue) = 54+95+118=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #365F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F76 is #C9A089. Grayscale: #555555. Windows color (decimal): -13213834 or 7757622. OLE color: 7757622.

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

Color convert

RGB 54 95 118 -
CMYK 0.54 0.19 0 0.54
HSL 201.56º 0.37% 0.34% -
HSV(B) 201.56º 0.54% 0.46% -
XYZ 8.88 10.28 18.65 -
YUV 85.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 54 95 118 0.54 0.19 0 0.54 201.56 0.37 0.34
Hex 36 5F 76 36 13 0 36 CA 25 22
Octal 66 137 166 66 23 0 66 312 45 42
Binary 110110 1011111 1110110 110110 10011 0 110110 11001010 100101 100010

Color Harmonies of #365F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F76

Black with #365F76

Text Example


Text Example

White with #365F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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