Html Css Color HEX #366570 Blumine

📋 copy color: '#366570'

red 54 ◦ green 101 ◦ blue 112

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

Shades of Blumine #366570

Tints of Blumine #366570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.83%

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

R = 20.22%
G = 37.83%
B = 41.95%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#366570 (or 0x366570) is known color: Blumine. HEX triplet: 36, 65 and 70. RGB value is (54,101,112). Sum of RGB (Red+Green+Blue) = 54+101+112=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #366570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366570 is #C99A8F. Grayscale: #585858. Windows color (decimal): -13212304 or 7365942. OLE color: 7365942.

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

Color convert

RGB 54 101 112 -
CMYK 0.52 0.10 0 0.56
HSL 191.38º 0.35% 0.33% -
HSV(B) 191.38º 0.52% 0.44% -
XYZ 9.1 11.26 17.02 -
YUV 88.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 54 101 112 0.52 0.10 0 0.56 191.38 0.35 0.33
Hex 36 65 70 34 A 0 38 BF 23 21
Octal 66 145 160 64 12 0 70 277 43 41
Binary 110110 1100101 1110000 110100 1010 0 111000 10111111 100011 100001

Color Harmonies of #366570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366570

Black with #366570

Text Example


Text Example

White with #366570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366570; }

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

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

background-color css

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

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

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

border-color css

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

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

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