Html Css Color HEX #356069 Blumine

📋 copy color: '#356069'

red 53 ◦ green 96 ◦ blue 105

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

Shades of Blumine #356069

Tints of Blumine #356069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.8%

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

R = 20.87%
G = 37.8%
B = 41.34%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#356069 (or 0x356069) is known color: Blumine. HEX triplet: 35, 60 and 69. RGB value is (53,96,105). Sum of RGB (Red+Green+Blue) = 53+96+105=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #356069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356069 is #CA9F96. Grayscale: #545454. Windows color (decimal): -13279127 or 6905909. OLE color: 6905909.

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

Color convert

RGB 53 96 105 -
CMYK 0.50 0.09 0 0.59
HSL 190.38º 0.33% 0.31% -
HSV(B) 190.38º 0.5% 0.41% -
XYZ 8.2 10.14 14.89 -
YUV 84.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 53 96 105 0.50 0.09 0 0.59 190.38 0.33 0.31
Hex 35 60 69 32 9 0 3B BE 21 1F
Octal 65 140 151 62 11 0 73 276 41 37
Binary 110101 1100000 1101001 110010 1001 0 111011 10111110 100001 11111

Color Harmonies of #356069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356069

Black with #356069

Text Example


Text Example

White with #356069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356069; }

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

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

background-color css

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

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

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

border-color css

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

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

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