Html Css Color HEX #365669 Blumine

📋 copy color: '#365669'

red 54 ◦ green 86 ◦ blue 105

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

Shades of Blumine #365669

Tints of Blumine #365669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 22.04%
G = 35.1%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365669 (or 0x365669) is known color: Blumine. HEX triplet: 36, 56 and 69. RGB value is (54,86,105). Sum of RGB (Red+Green+Blue) = 54+86+105=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #365669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365669 is #C9A996. Grayscale: #4E4E4E. Windows color (decimal): -13216151 or 6903350. OLE color: 6903350.

HSL color Cylindrical-coordinate representation of color #365669: hue angle of 202.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365669 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 86 105 -
CMYK 0.49 0.18 0 0.59
HSL 202.35º 0.32% 0.31% -
HSV(B) 202.35º 0.49% 0.41% -
XYZ 7.4 8.46 14.61 -
YUV 78.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 54 86 105 0.49 0.18 0 0.59 202.35 0.32 0.31
Hex 36 56 69 31 12 0 3B CA 20 1F
Octal 66 126 151 61 22 0 73 312 40 37
Binary 110110 1010110 1101001 110001 10010 0 111011 11001010 100000 11111

Color Harmonies of #365669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365669

Black with #365669

Text Example


Text Example

White with #365669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365669; }

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

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

background-color css

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

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

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

border-color css

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

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

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