Html Css Color HEX #365D6E Blumine

📋 copy color: '#365D6E'

red 54 ◦ green 93 ◦ blue 110

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

Shades of Blumine #365D6E

Tints of Blumine #365D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 21.01%
G = 36.19%
B = 42.8%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#365D6E (or 0x365D6E) is known color: Blumine. HEX triplet: 36, 5D and 6E. RGB value is (54,93,110). Sum of RGB (Red+Green+Blue) = 54+93+110=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #365D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D6E is #C9A291. Grayscale: #535353. Windows color (decimal): -13214354 or 7232822. OLE color: 7232822.

HSL color Cylindrical-coordinate representation of color #365D6E: hue angle of 198.21º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #365D6E is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 93 110 -
CMYK 0.51 0.15 0 0.57
HSL 198.21º 0.34% 0.32% -
HSV(B) 198.21º 0.51% 0.43% -
XYZ 8.25 9.74 16.2 -
YUV 83.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 54 93 110 0.51 0.15 0 0.57 198.21 0.34 0.32
Hex 36 5D 6E 33 F 0 39 C6 22 20
Octal 66 135 156 63 17 0 71 306 42 40
Binary 110110 1011101 1101110 110011 1111 0 111001 11000110 100010 100000

Color Harmonies of #365D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D6E

Black with #365D6E

Text Example


Text Example

White with #365D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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