Html Css Color HEX #366777 Blumine

📋 copy color: '#366777'

red 54 ◦ green 103 ◦ blue 119

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

Shades of Blumine #366777

Tints of Blumine #366777

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 19.57%
G = 37.32%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#366777 (or 0x366777) is known color: Blumine. HEX triplet: 36, 67 and 77. RGB value is (54,103,119). Sum of RGB (Red+Green+Blue) = 54+103+119=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #366777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366777 is #C99888. Grayscale: #5A5A5A. Windows color (decimal): -13211785 or 7825206. OLE color: 7825206.

HSL color Cylindrical-coordinate representation of color #366777: hue angle of 194.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366777 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 103 119 -
CMYK 0.55 0.13 0 0.53
HSL 194.77º 0.38% 0.34% -
HSV(B) 194.77º 0.55% 0.47% -
XYZ 9.7 11.82 19.22 -
YUV 90.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 54 103 119 0.55 0.13 0 0.53 194.77 0.38 0.34
Hex 36 67 77 37 D 0 35 C3 26 22
Octal 66 147 167 67 15 0 65 303 46 42
Binary 110110 1100111 1110111 110111 1101 0 110101 11000011 100110 100010

Color Harmonies of #366777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366777

Black with #366777

Text Example


Text Example

White with #366777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366777; }

 p { color: rgb(54,103,119); }

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

background-color css

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

 a { background-color: rgb(54,103,119); }

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

border-color css

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

 span { border-color: rgb(54,103,119); }

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