Html Css Color HEX #356275 Blumine

📋 copy color: '#356275'

red 53 ◦ green 98 ◦ blue 117

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

Shades of Blumine #356275

Tints of Blumine #356275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 19.78%
G = 36.57%
B = 43.66%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356275 (or 0x356275) is known color: Blumine. HEX triplet: 35, 62 and 75. RGB value is (53,98,117). Sum of RGB (Red+Green+Blue) = 53+98+117=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #356275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356275 is #CA9D8A. Grayscale: #565656. Windows color (decimal): -13278603 or 7692853. OLE color: 7692853.

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

Color convert

RGB 53 98 117 -
CMYK 0.55 0.16 0 0.54
HSL 197.81º 0.38% 0.33% -
HSV(B) 197.81º 0.55% 0.46% -
XYZ 9.05 10.78 18.43 -
YUV 86.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 53 98 117 0.55 0.16 0 0.54 197.81 0.38 0.33
Hex 35 62 75 37 10 0 36 C6 26 21
Octal 65 142 165 67 20 0 66 306 46 41
Binary 110101 1100010 1110101 110111 10000 0 110110 11000110 100110 100001

Color Harmonies of #356275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356275

Black with #356275

Text Example


Text Example

White with #356275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356275; }

 p { color: rgb(53,98,117); }

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

background-color css

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

 a { background-color: rgb(53,98,117); }

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

border-color css

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

 span { border-color: rgb(53,98,117); }

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