Html Css Color HEX #355A69 Blumine

📋 copy color: '#355A69'

red 53 ◦ green 90 ◦ blue 105

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

Shades of Blumine #355A69

Tints of Blumine #355A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.34%

R = 21.37%
G = 36.29%
B = 42.34%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355A69 (or 0x355A69) is known color: Blumine. HEX triplet: 35, 5A and 69. RGB value is (53,90,105). Sum of RGB (Red+Green+Blue) = 53+90+105=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #355A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A69 is #CAA596. Grayscale: #505050. Windows color (decimal): -13280663 or 6904373. OLE color: 6904373.

HSL color Cylindrical-coordinate representation of color #355A69: hue angle of 197.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355A69 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 90 105 -
CMYK 0.50 0.14 0 0.59
HSL 197.31º 0.33% 0.31% -
HSV(B) 197.31º 0.5% 0.41% -
XYZ 7.67 9.09 14.71 -
YUV 80.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 53 90 105 0.50 0.14 0 0.59 197.31 0.33 0.31
Hex 35 5A 69 32 E 0 3B C5 21 1F
Octal 65 132 151 62 16 0 73 305 41 37
Binary 110101 1011010 1101001 110010 1110 0 111011 11000101 100001 11111

Color Harmonies of #355A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A69

Black with #355A69

Text Example


Text Example

White with #355A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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