Html Css Color HEX #365E70 Blumine

📋 copy color: '#365E70'

red 54 ◦ green 94 ◦ blue 112

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

Shades of Blumine #365E70

Tints of Blumine #365E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 20.77%
G = 36.15%
B = 43.08%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365E70 (or 0x365E70) is known color: Blumine. HEX triplet: 36, 5E and 70. RGB value is (54,94,112). Sum of RGB (Red+Green+Blue) = 54+94+112=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #365E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E70 is #C9A18F. Grayscale: #535353. Windows color (decimal): -13214096 or 7364150. OLE color: 7364150.

HSL color Cylindrical-coordinate representation of color #365E70: hue angle of 198.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365E70 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 94 112 -
CMYK 0.52 0.16 0 0.56
HSL 198.62º 0.35% 0.33% -
HSV(B) 198.62º 0.52% 0.44% -
XYZ 8.45 9.96 16.81 -
YUV 84.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 54 94 112 0.52 0.16 0 0.56 198.62 0.35 0.33
Hex 36 5E 70 34 10 0 38 C7 23 21
Octal 66 136 160 64 20 0 70 307 43 41
Binary 110110 1011110 1110000 110100 10000 0 111000 11000111 100011 100001

Color Harmonies of #365E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E70

Black with #365E70

Text Example


Text Example

White with #365E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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