Html Css Color HEX #365869 Blumine

📋 copy color: '#365869'

red 54 ◦ green 88 ◦ blue 105

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

Shades of Blumine #365869

Tints of Blumine #365869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

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

R = 21.86%
G = 35.63%
B = 42.51%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365869 (or 0x365869) is known color: Blumine. HEX triplet: 36, 58 and 69. RGB value is (54,88,105). Sum of RGB (Red+Green+Blue) = 54+88+105=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #365869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365869 is #C9A796. Grayscale: #4F4F4F. Windows color (decimal): -13215639 or 6903862. OLE color: 6903862.

HSL color Cylindrical-coordinate representation of color #365869: hue angle of 200º 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 #365869 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 88 105 -
CMYK 0.49 0.16 0 0.59
HSL 200º 0.32% 0.31% -
HSV(B) 200º 0.49% 0.41% -
XYZ 7.56 8.78 14.66 -
YUV 79.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 54 88 105 0.49 0.16 0 0.59 200 0.32 0.31
Hex 36 58 69 31 10 0 3B C8 20 1F
Octal 66 130 151 61 20 0 73 310 40 37
Binary 110110 1011000 1101001 110001 10000 0 111011 11001000 100000 11111

Color Harmonies of #365869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365869

Black with #365869

Text Example


Text Example

White with #365869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365869; }

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

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

background-color css

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

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

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

border-color css

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

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

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