Html Css Color HEX #365D68 Blumine

📋 copy color: '#365D68'

red 54 ◦ green 93 ◦ blue 104

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

Shades of Blumine #365D68

Tints of Blumine #365D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 21.51%
G = 37.05%
B = 41.43%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365D68 (or 0x365D68) is known color: Blumine. HEX triplet: 36, 5D and 68. RGB value is (54,93,104). Sum of RGB (Red+Green+Blue) = 54+93+104=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #365D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D68 is #C9A297. Grayscale: #525252. Windows color (decimal): -13214360 or 6839606. OLE color: 6839606.

HSL color Cylindrical-coordinate representation of color #365D68: hue angle of 193.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365D68 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 93 104 -
CMYK 0.48 0.11 0 0.59
HSL 193.2º 0.32% 0.31% -
HSV(B) 193.2º 0.48% 0.41% -
XYZ 7.93 9.61 14.53 -
YUV 82.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 54 93 104 0.48 0.11 0 0.59 193.2 0.32 0.31
Hex 36 5D 68 30 B 0 3B C1 20 1F
Octal 66 135 150 60 13 0 73 301 40 37
Binary 110110 1011101 1101000 110000 1011 0 111011 11000001 100000 11111

Color Harmonies of #365D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D68

Black with #365D68

Text Example


Text Example

White with #365D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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