Html Css Color HEX #355E6D Blumine

📋 copy color: '#355E6D'

red 53 ◦ green 94 ◦ blue 109

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

Shades of Blumine #355E6D

Tints of Blumine #355E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 20.7%
G = 36.72%
B = 42.58%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#355E6D (or 0x355E6D) is known color: Blumine. HEX triplet: 35, 5E and 6D. RGB value is (53,94,109). Sum of RGB (Red+Green+Blue) = 53+94+109=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #355E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E6D is #CAA192. Grayscale: #535353. Windows color (decimal): -13279635 or 7167541. OLE color: 7167541.

HSL color Cylindrical-coordinate representation of color #355E6D: hue angle of 196.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #355E6D is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 94 109 -
CMYK 0.51 0.14 0 0.57
HSL 196.07º 0.35% 0.32% -
HSV(B) 196.07º 0.51% 0.43% -
XYZ 8.23 9.87 15.94 -
YUV 83.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 53 94 109 0.51 0.14 0 0.57 196.07 0.35 0.32
Hex 35 5E 6D 33 E 0 39 C4 23 20
Octal 65 136 155 63 16 0 71 304 43 40
Binary 110101 1011110 1101101 110011 1110 0 111001 11000100 100011 100000

Color Harmonies of #355E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E6D

Black with #355E6D

Text Example


Text Example

White with #355E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E6D; }

 p { color: rgb(53,94,109); }

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

background-color css

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

 a { background-color: rgb(53,94,109); }

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

border-color css

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

 span { border-color: rgb(53,94,109); }

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