Html Css Color HEX #365D6B Blumine

📋 copy color: '#365D6B'

red 54 ◦ green 93 ◦ blue 107

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

Shades of Blumine #365D6B

Tints of Blumine #365D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 21.26%
G = 36.61%
B = 42.13%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#365D6B (or 0x365D6B) is known color: Blumine. HEX triplet: 36, 5D and 6B. RGB value is (54,93,107). Sum of RGB (Red+Green+Blue) = 54+93+107=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #365D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D6B is #C9A294. Grayscale: #525252. Windows color (decimal): -13214357 or 7036214. OLE color: 7036214.

HSL color Cylindrical-coordinate representation of color #365D6B: hue angle of 195.85º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #365D6B is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 93 107 -
CMYK 0.50 0.13 0 0.58
HSL 195.85º 0.33% 0.32% -
HSV(B) 195.85º 0.5% 0.42% -
XYZ 8.09 9.67 15.35 -
YUV 82.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 54 93 107 0.50 0.13 0 0.58 195.85 0.33 0.32
Hex 36 5D 6B 32 D 0 3A C4 21 20
Octal 66 135 153 62 15 0 72 304 41 40
Binary 110110 1011101 1101011 110010 1101 0 111010 11000100 100001 100000

Color Harmonies of #365D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D6B

Black with #365D6B

Text Example


Text Example

White with #365D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,107); }

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

background-color css

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

 a { background-color: rgb(54,93,107); }

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

border-color css

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

 span { border-color: rgb(54,93,107); }

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