Html Css Color HEX #355A6B Blumine

📋 copy color: '#355A6B'

red 53 ◦ green 90 ◦ blue 107

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

Shades of Blumine #355A6B

Tints of Blumine #355A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 21.2%
G = 36%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#355A6B (or 0x355A6B) is known color: Blumine. HEX triplet: 35, 5A and 6B. RGB value is (53,90,107). Sum of RGB (Red+Green+Blue) = 53+90+107=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #355A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A6B is #CAA594. Grayscale: #505050. Windows color (decimal): -13280661 or 7035445. OLE color: 7035445.

HSL color Cylindrical-coordinate representation of color #355A6B: hue angle of 198.89º 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 #355A6B is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 90 107 -
CMYK 0.50 0.16 0 0.58
HSL 198.89º 0.34% 0.31% -
HSV(B) 198.89º 0.5% 0.42% -
XYZ 7.78 9.13 15.26 -
YUV 80.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 53 90 107 0.50 0.16 0 0.58 198.89 0.34 0.31
Hex 35 5A 6B 32 10 0 3A C7 22 1F
Octal 65 132 153 62 20 0 72 307 42 37
Binary 110101 1011010 1101011 110010 10000 0 111010 11000111 100010 11111

Color Harmonies of #355A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A6B

Black with #355A6B

Text Example


Text Example

White with #355A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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