Html Css Color HEX #356779 Blumine

📋 copy color: '#356779'

red 53 ◦ green 103 ◦ blue 121

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

Shades of Blumine #356779

Tints of Blumine #356779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 19.13%
G = 37.18%
B = 43.68%

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

#356779 (or 0x356779) is known color: Blumine. HEX triplet: 35, 67 and 79. RGB value is (53,103,121). Sum of RGB (Red+Green+Blue) = 53+103+121=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #356779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356779 is #CA9886. Grayscale: #595959. Windows color (decimal): -13277319 or 7956277. OLE color: 7956277.

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

Color convert

RGB 53 103 121 -
CMYK 0.56 0.15 0 0.53
HSL 195.88º 0.39% 0.34% -
HSV(B) 195.88º 0.56% 0.47% -
XYZ 9.77 11.84 19.86 -
YUV 90.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 53 103 121 0.56 0.15 0 0.53 195.88 0.39 0.34
Hex 35 67 79 38 F 0 35 C4 27 22
Octal 65 147 171 70 17 0 65 304 47 42
Binary 110101 1100111 1111001 111000 1111 0 110101 11000100 100111 100010

Color Harmonies of #356779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356779

Black with #356779

Text Example


Text Example

White with #356779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356779; }

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

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

background-color css

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

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

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

border-color css

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

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

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