Html Css Color HEX #356678 Blumine

📋 copy color: '#356678'

red 53 ◦ green 102 ◦ blue 120

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

Shades of Blumine #356678

Tints of Blumine #356678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 19.27%
G = 37.09%
B = 43.64%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#356678 (or 0x356678) is known color: Blumine. HEX triplet: 35, 66 and 78. RGB value is (53,102,120). Sum of RGB (Red+Green+Blue) = 53+102+120=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #356678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356678 is #CA9987. Grayscale: #595959. Windows color (decimal): -13277576 or 7890485. OLE color: 7890485.

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

Color convert

RGB 53 102 120 -
CMYK 0.56 0.15 0 0.53
HSL 196.12º 0.39% 0.34% -
HSV(B) 196.12º 0.56% 0.47% -
XYZ 9.61 11.62 19.5 -
YUV 89.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 53 102 120 0.56 0.15 0 0.53 196.12 0.39 0.34
Hex 35 66 78 38 F 0 35 C4 27 22
Octal 65 146 170 70 17 0 65 304 47 42
Binary 110101 1100110 1111000 111000 1111 0 110101 11000100 100111 100010

Color Harmonies of #356678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356678

Black with #356678

Text Example


Text Example

White with #356678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356678; }

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

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

background-color css

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

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

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

border-color css

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

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

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