Html Css Color HEX #365770 Blumine

📋 copy color: '#365770'

red 54 ◦ green 87 ◦ blue 112

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

Shades of Blumine #365770

Tints of Blumine #365770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 21.34%
G = 34.39%
B = 44.27%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365770 (or 0x365770) is known color: Blumine. HEX triplet: 36, 57 and 70. RGB value is (54,87,112). Sum of RGB (Red+Green+Blue) = 54+87+112=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #365770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365770 is #C9A88F. Grayscale: #4F4F4F. Windows color (decimal): -13215888 or 7362358. OLE color: 7362358.

HSL color Cylindrical-coordinate representation of color #365770: hue angle of 205.86º 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 #365770 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 87 112 -
CMYK 0.52 0.22 0 0.56
HSL 205.86º 0.35% 0.33% -
HSV(B) 205.86º 0.52% 0.44% -
XYZ 7.85 8.77 16.61 -
YUV 79.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 54 87 112 0.52 0.22 0 0.56 205.86 0.35 0.33
Hex 36 57 70 34 16 0 38 CE 23 21
Octal 66 127 160 64 26 0 70 316 43 41
Binary 110110 1010111 1110000 110100 10110 0 111000 11001110 100011 100001

Color Harmonies of #365770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365770

Black with #365770

Text Example


Text Example

White with #365770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365770; }

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

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

background-color css

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

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

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

border-color css

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

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

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