Html Css Color HEX #365B6F Blumine

📋 copy color: '#365B6F'

red 54 ◦ green 91 ◦ blue 111

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

Shades of Blumine #365B6F

Tints of Blumine #365B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 21.09%
G = 35.55%
B = 43.36%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365B6F (or 0x365B6F) is known color: Blumine. HEX triplet: 36, 5B and 6F. RGB value is (54,91,111). Sum of RGB (Red+Green+Blue) = 54+91+111=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #365B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B6F is #C9A490. Grayscale: #525252. Windows color (decimal): -13214865 or 7297846. OLE color: 7297846.

HSL color Cylindrical-coordinate representation of color #365B6F: hue angle of 201.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365B6F is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 91 111 -
CMYK 0.51 0.18 0 0.56
HSL 201.05º 0.35% 0.32% -
HSV(B) 201.05º 0.51% 0.44% -
XYZ 8.13 9.41 16.43 -
YUV 82.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 54 91 111 0.51 0.18 0 0.56 201.05 0.35 0.32
Hex 36 5B 6F 33 12 0 38 C9 23 20
Octal 66 133 157 63 22 0 70 311 43 40
Binary 110110 1011011 1101111 110011 10010 0 111000 11001001 100011 100000

Color Harmonies of #365B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B6F

Black with #365B6F

Text Example


Text Example

White with #365B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365B6F; }

 p { color: rgb(54,91,111); }

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

background-color css

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

 a { background-color: rgb(54,91,111); }

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

border-color css

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

 span { border-color: rgb(54,91,111); }

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