Html Css Color HEX #365B68 Blumine

📋 copy color: '#365B68'

red 54 ◦ green 91 ◦ blue 104

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

Shades of Blumine #365B68

Tints of Blumine #365B68

RGB

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

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

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

R = 21.69%
G = 36.55%
B = 41.77%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365B68 (or 0x365B68) is known color: Blumine. HEX triplet: 36, 5B and 68. RGB value is (54,91,104). Sum of RGB (Red+Green+Blue) = 54+91+104=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #365B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B68 is #C9A497. Grayscale: #515151. Windows color (decimal): -13214872 or 6839094. OLE color: 6839094.

HSL color Cylindrical-coordinate representation of color #365B68: hue angle of 195.6º 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 #365B68 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 91 104 -
CMYK 0.48 0.12 0 0.59
HSL 195.6º 0.32% 0.31% -
HSV(B) 195.6º 0.48% 0.41% -
XYZ 7.76 9.27 14.48 -
YUV 81.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 54 91 104 0.48 0.12 0 0.59 195.6 0.32 0.31
Hex 36 5B 68 30 C 0 3B C4 20 1F
Octal 66 133 150 60 14 0 73 304 40 37
Binary 110110 1011011 1101000 110000 1100 0 111011 11000100 100000 11111

Color Harmonies of #365B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B68

Black with #365B68

Text Example


Text Example

White with #365B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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