Html Css Color HEX #356775 Blumine

📋 copy color: '#356775'

red 53 ◦ green 103 ◦ blue 117

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

Shades of Blumine #356775

Tints of Blumine #356775

RGB

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

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

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

R = 19.41%
G = 37.73%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356775 (or 0x356775) is known color: Blumine. HEX triplet: 35, 67 and 75. RGB value is (53,103,117). Sum of RGB (Red+Green+Blue) = 53+103+117=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #356775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356775 is #CA988A. Grayscale: #595959. Windows color (decimal): -13277323 or 7694133. OLE color: 7694133.

HSL color Cylindrical-coordinate representation of color #356775: hue angle of 193.12º 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 #356775 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 103 117 -
CMYK 0.55 0.12 0 0.54
HSL 193.13º 0.38% 0.33% -
HSV(B) 193.13º 0.55% 0.46% -
XYZ 9.53 11.74 18.59 -
YUV 89.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 53 103 117 0.55 0.12 0 0.54 193.13 0.38 0.33
Hex 35 67 75 37 C 0 36 C1 26 21
Octal 65 147 165 67 14 0 66 301 46 41
Binary 110101 1100111 1110101 110111 1100 0 110110 11000001 100110 100001

Color Harmonies of #356775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356775

Black with #356775

Text Example


Text Example

White with #356775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356775; }

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

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

background-color css

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

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

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

border-color css

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

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

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