Html Css Color HEX #355E6B Blumine

📋 copy color: '#355E6B'

red 53 ◦ green 94 ◦ blue 107

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

Shades of Blumine #355E6B

Tints of Blumine #355E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 20.87%
G = 37.01%
B = 42.13%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#355E6B (or 0x355E6B) is known color: Blumine. HEX triplet: 35, 5E and 6B. RGB value is (53,94,107). Sum of RGB (Red+Green+Blue) = 53+94+107=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #355E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E6B is #CAA194. Grayscale: #535353. Windows color (decimal): -13279637 or 7036469. OLE color: 7036469.

HSL color Cylindrical-coordinate representation of color #355E6B: hue angle of 194.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355E6B is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 94 107 -
CMYK 0.50 0.12 0 0.58
HSL 194.44º 0.34% 0.31% -
HSV(B) 194.44º 0.5% 0.42% -
XYZ 8.12 9.82 15.38 -
YUV 83.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 53 94 107 0.50 0.12 0 0.58 194.44 0.34 0.31
Hex 35 5E 6B 32 C 0 3A C2 22 1F
Octal 65 136 153 62 14 0 72 302 42 37
Binary 110101 1011110 1101011 110010 1100 0 111010 11000010 100010 11111

Color Harmonies of #355E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E6B

Black with #355E6B

Text Example


Text Example

White with #355E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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