Html Css Color HEX #356773 Blumine

📋 copy color: '#356773'

red 53 ◦ green 103 ◦ blue 115

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

Shades of Blumine #356773

Tints of Blumine #356773

RGB

 RED value IS 53 (21.09% from 255) = 19.56%

 GREEN value IS 103 (40.63% from 255) = 38.01%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 19.56%
G = 38.01%
B = 42.44%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356773 (or 0x356773) is known color: Blumine. HEX triplet: 35, 67 and 73. RGB value is (53,103,115). Sum of RGB (Red+Green+Blue) = 53+103+115=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #356773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356773 is #CA988C. Grayscale: #595959. Windows color (decimal): -13277325 or 7563061. OLE color: 7563061.

HSL color Cylindrical-coordinate representation of color #356773: hue angle of 191.61º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #356773 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 103 115 -
CMYK 0.54 0.10 0 0.55
HSL 191.61º 0.37% 0.33% -
HSV(B) 191.61º 0.54% 0.45% -
XYZ 9.41 11.7 17.98 -
YUV 89.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 53 103 115 0.54 0.10 0 0.55 191.61 0.37 0.33
Hex 35 67 73 36 A 0 37 C0 25 21
Octal 65 147 163 66 12 0 67 300 45 41
Binary 110101 1100111 1110011 110110 1010 0 110111 11000000 100101 100001

Color Harmonies of #356773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356773

Black with #356773

Text Example


Text Example

White with #356773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356773; }

 p { color: rgb(53,103,115); }

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

background-color css

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

 a { background-color: rgb(53,103,115); }

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

border-color css

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

 span { border-color: rgb(53,103,115); }

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