Html Css Color HEX #356578 Blumine

📋 copy color: '#356578'

red 53 ◦ green 101 ◦ blue 120

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

Shades of Blumine #356578

Tints of Blumine #356578

RGB

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

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

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

R = 19.34%
G = 36.86%
B = 43.8%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356578 (or 0x356578) is known color: Blumine. HEX triplet: 35, 65 and 78. RGB value is (53,101,120). Sum of RGB (Red+Green+Blue) = 53+101+120=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #356578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356578 is #CA9A87. Grayscale: #585858. Windows color (decimal): -13277832 or 7890229. OLE color: 7890229.

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

Color convert

RGB 53 101 120 -
CMYK 0.56 0.16 0 0.53
HSL 197.01º 0.39% 0.34% -
HSV(B) 197.01º 0.56% 0.47% -
XYZ 9.51 11.42 19.47 -
YUV 88.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 53 101 120 0.56 0.16 0 0.53 197.01 0.39 0.34
Hex 35 65 78 38 10 0 35 C5 27 22
Octal 65 145 170 70 20 0 65 305 47 42
Binary 110101 1100101 1111000 111000 10000 0 110101 11000101 100111 100010

Color Harmonies of #356578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356578

Black with #356578

Text Example


Text Example

White with #356578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356578; }

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

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

background-color css

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

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

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

border-color css

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

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

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