Html Css Color HEX #365766 Blumine

📋 copy color: '#365766'

red 54 ◦ green 87 ◦ blue 102

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

Shades of Blumine #365766

Tints of Blumine #365766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

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

R = 22.22%
G = 35.8%
B = 41.98%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365766 (or 0x365766) is known color: Blumine. HEX triplet: 36, 57 and 66. RGB value is (54,87,102). Sum of RGB (Red+Green+Blue) = 54+87+102=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #365766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365766 is #C9A899. Grayscale: #4E4E4E. Windows color (decimal): -13215898 or 6706998. OLE color: 6706998.

HSL color Cylindrical-coordinate representation of color #365766: hue angle of 198.75º 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 #365766 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 87 102 -
CMYK 0.47 0.15 0 0.6
HSL 198.75º 0.31% 0.31% -
HSV(B) 198.75º 0.47% 0.4% -
XYZ 7.33 8.56 13.84 -
YUV 78.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 54 87 102 0.47 0.15 0 0.6 198.75 0.31 0.31
Hex 36 57 66 2F F 0 3C C7 1F 1F
Octal 66 127 146 57 17 0 74 307 37 37
Binary 110110 1010111 1100110 101111 1111 0 111100 11000111 11111 11111

Color Harmonies of #365766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365766

Black with #365766

Text Example


Text Example

White with #365766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365766; }

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

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

background-color css

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

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

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

border-color css

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

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

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