Html Css Color HEX #365769 Blumine

📋 copy color: '#365769'

red 54 ◦ green 87 ◦ blue 105

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

Shades of Blumine #365769

Tints of Blumine #365769

RGB

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

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

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

R = 21.95%
G = 35.37%
B = 42.68%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365769 (or 0x365769) is known color: Blumine. HEX triplet: 36, 57 and 69. RGB value is (54,87,105). Sum of RGB (Red+Green+Blue) = 54+87+105=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #365769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365769 is #C9A896. Grayscale: #4F4F4F. Windows color (decimal): -13215895 or 6903606. OLE color: 6903606.

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

Color convert

RGB 54 87 105 -
CMYK 0.49 0.17 0 0.59
HSL 201.18º 0.32% 0.31% -
HSV(B) 201.18º 0.49% 0.41% -
XYZ 7.48 8.62 14.63 -
YUV 79.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 54 87 105 0.49 0.17 0 0.59 201.18 0.32 0.31
Hex 36 57 69 31 11 0 3B C9 20 1F
Octal 66 127 151 61 21 0 73 311 40 37
Binary 110110 1010111 1101001 110001 10001 0 111011 11001001 100000 11111

Color Harmonies of #365769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365769

Black with #365769

Text Example


Text Example

White with #365769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365769; }

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

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

background-color css

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

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

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

border-color css

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

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

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