Html Css Color HEX #356269 Blumine

📋 copy color: '#356269'

red 53 ◦ green 98 ◦ blue 105

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

Shades of Blumine #356269

Tints of Blumine #356269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 20.7%
G = 38.28%
B = 41.02%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#356269 (or 0x356269) is known color: Blumine. HEX triplet: 35, 62 and 69. RGB value is (53,98,105). Sum of RGB (Red+Green+Blue) = 53+98+105=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #356269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356269 is #CA9D96. Grayscale: #555555. Windows color (decimal): -13278615 or 6906421. OLE color: 6906421.

HSL color Cylindrical-coordinate representation of color #356269: hue angle of 188.08º 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 #356269 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 98 105 -
CMYK 0.50 0.07 0 0.59
HSL 188.08º 0.33% 0.31% -
HSV(B) 188.08º 0.5% 0.41% -
XYZ 8.39 10.51 14.95 -
YUV 85.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 53 98 105 0.50 0.07 0 0.59 188.08 0.33 0.31
Hex 35 62 69 32 7 0 3B BC 21 1F
Octal 65 142 151 62 7 0 73 274 41 37
Binary 110101 1100010 1101001 110010 111 0 111011 10111100 100001 11111

Color Harmonies of #356269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356269

Black with #356269

Text Example


Text Example

White with #356269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356269; }

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

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

background-color css

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

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

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

border-color css

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

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

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