Html Css Color HEX #365E66 Blumine

📋 copy color: '#365E66'

red 54 ◦ green 94 ◦ blue 102

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

Shades of Blumine #365E66

Tints of Blumine #365E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 21.6%
G = 37.6%
B = 40.8%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365E66 (or 0x365E66) is known color: Blumine. HEX triplet: 36, 5E and 66. RGB value is (54,94,102). Sum of RGB (Red+Green+Blue) = 54+94+102=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #365E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E66 is #C9A199. Grayscale: #525252. Windows color (decimal): -13214106 or 6708790. OLE color: 6708790.

HSL color Cylindrical-coordinate representation of color #365E66: hue angle of 190º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365E66 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 94 102 -
CMYK 0.47 0.08 0 0.6
HSL 190º 0.31% 0.31% -
HSV(B) 190º 0.47% 0.4% -
XYZ 7.92 9.75 14.03 -
YUV 82.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 54 94 102 0.47 0.08 0 0.6 190 0.31 0.31
Hex 36 5E 66 2F 8 0 3C BE 1F 1F
Octal 66 136 146 57 10 0 74 276 37 37
Binary 110110 1011110 1100110 101111 1000 0 111100 10111110 11111 11111

Color Harmonies of #365E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E66

Black with #365E66

Text Example


Text Example

White with #365E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,102); }

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

background-color css

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

 a { background-color: rgb(54,94,102); }

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

border-color css

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

 span { border-color: rgb(54,94,102); }

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