Html Css Color HEX #356278 Blumine

📋 copy color: '#356278'

red 53 ◦ green 98 ◦ blue 120

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

Shades of Blumine #356278

Tints of Blumine #356278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 19.56%
G = 36.16%
B = 44.28%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356278 (or 0x356278) is known color: Blumine. HEX triplet: 35, 62 and 78. RGB value is (53,98,120). Sum of RGB (Red+Green+Blue) = 53+98+120=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #356278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356278 is #CA9D87. Grayscale: #565656. Windows color (decimal): -13278600 or 7889461. OLE color: 7889461.

HSL color Cylindrical-coordinate representation of color #356278: hue angle of 199.7º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #356278 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 98 120 -
CMYK 0.56 0.18 0 0.53
HSL 199.7º 0.39% 0.34% -
HSV(B) 199.7º 0.56% 0.47% -
XYZ 9.23 10.85 19.38 -
YUV 87.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 53 98 120 0.56 0.18 0 0.53 199.7 0.39 0.34
Hex 35 62 78 38 12 0 35 C8 27 22
Octal 65 142 170 70 22 0 65 310 47 42
Binary 110101 1100010 1111000 111000 10010 0 110101 11001000 100111 100010

Color Harmonies of #356278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356278

Black with #356278

Text Example


Text Example

White with #356278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356278; }

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

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

background-color css

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

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

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

border-color css

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

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

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