Html Css Color HEX #365D6C Blumine

📋 copy color: '#365D6C'

red 54 ◦ green 93 ◦ blue 108

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

Shades of Blumine #365D6C

Tints of Blumine #365D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 21.18%
G = 36.47%
B = 42.35%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#365D6C (or 0x365D6C) is known color: Blumine. HEX triplet: 36, 5D and 6C. RGB value is (54,93,108). Sum of RGB (Red+Green+Blue) = 54+93+108=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #365D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D6C is #C9A293. Grayscale: #525252. Windows color (decimal): -13214356 or 7101750. OLE color: 7101750.

HSL color Cylindrical-coordinate representation of color #365D6C: hue angle of 196.67º 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 #365D6C is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 93 108 -
CMYK 0.50 0.14 0 0.58
HSL 196.67º 0.33% 0.32% -
HSV(B) 196.67º 0.5% 0.42% -
XYZ 8.14 9.7 15.63 -
YUV 83.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 54 93 108 0.50 0.14 0 0.58 196.67 0.33 0.32
Hex 36 5D 6C 32 E 0 3A C5 21 20
Octal 66 135 154 62 16 0 72 305 41 40
Binary 110110 1011101 1101100 110010 1110 0 111010 11000101 100001 100000

Color Harmonies of #365D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D6C

Black with #365D6C

Text Example


Text Example

White with #365D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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