Html Css Color HEX #365666 Blumine

📋 copy color: '#365666'

red 54 ◦ green 86 ◦ blue 102

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

Shades of Blumine #365666

Tints of Blumine #365666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 22.31%
G = 35.54%
B = 42.15%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365666 (or 0x365666) is known color: Blumine. HEX triplet: 36, 56 and 66. RGB value is (54,86,102). Sum of RGB (Red+Green+Blue) = 54+86+102=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #365666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365666 is #C9A999. Grayscale: #4E4E4E. Windows color (decimal): -13216154 or 6706742. OLE color: 6706742.

HSL color Cylindrical-coordinate representation of color #365666: hue angle of 200º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365666 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 86 102 -
CMYK 0.47 0.16 0 0.6
HSL 200º 0.31% 0.31% -
HSV(B) 200º 0.47% 0.4% -
XYZ 7.25 8.4 13.81 -
YUV 78.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 54 86 102 0.47 0.16 0 0.6 200 0.31 0.31
Hex 36 56 66 2F 10 0 3C C8 1F 1F
Octal 66 126 146 57 20 0 74 310 37 37
Binary 110110 1010110 1100110 101111 10000 0 111100 11001000 11111 11111

Color Harmonies of #365666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365666

Black with #365666

Text Example


Text Example

White with #365666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365666; }

 p { color: rgb(54,86,102); }

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

background-color css

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

 a { background-color: rgb(54,86,102); }

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

border-color css

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

 span { border-color: rgb(54,86,102); }

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