Html Css Color HEX #356067 Blumine

📋 copy color: '#356067'

red 53 ◦ green 96 ◦ blue 103

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

Shades of Blumine #356067

Tints of Blumine #356067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 21.03%
G = 38.1%
B = 40.87%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#356067 (or 0x356067) is known color: Blumine. HEX triplet: 35, 60 and 67. RGB value is (53,96,103). Sum of RGB (Red+Green+Blue) = 53+96+103=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #356067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356067 is #CA9F98. Grayscale: #535353. Windows color (decimal): -13279129 or 6774837. OLE color: 6774837.

HSL color Cylindrical-coordinate representation of color #356067: hue angle of 188.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356067 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 96 103 -
CMYK 0.49 0.07 0 0.60
HSL 188.4º 0.32% 0.31% -
HSV(B) 188.4º 0.49% 0.4% -
XYZ 8.1 10.1 14.35 -
YUV 83.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 53 96 103 0.49 0.07 0 0.60 188.4 0.32 0.31
Hex 35 60 67 31 7 0 3C BC 20 1F
Octal 65 140 147 61 7 0 74 274 40 37
Binary 110101 1100000 1100111 110001 111 0 111100 10111100 100000 11111

Color Harmonies of #356067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356067

Black with #356067

Text Example


Text Example

White with #356067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356067; }

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

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

background-color css

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

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

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

border-color css

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

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

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