Html Css Color HEX #316269 Blumine

📋 copy color: '#316269'

red 49 ◦ green 98 ◦ blue 105

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

Shades of Blumine #316269

Tints of Blumine #316269

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

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

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

R = 19.44%
G = 38.89%
B = 41.67%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#316269 (or 0x316269) is known color: Blumine. HEX triplet: 31, 62 and 69. RGB value is (49,98,105). Sum of RGB (Red+Green+Blue) = 49+98+105=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #316269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316269 is #CE9D96. Grayscale: #545454. Windows color (decimal): -13540759 or 6906417. OLE color: 6906417.

HSL color Cylindrical-coordinate representation of color #316269: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316269 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 98 105 -
CMYK 0.53 0.07 0 0.59
HSL 187.5º 0.36% 0.3% -
HSV(B) 187.5º 0.53% 0.41% -
XYZ 8.18 10.41 14.94 -
YUV 84.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 49 98 105 0.53 0.07 0 0.59 187.5 0.36 0.3
Hex 31 62 69 35 7 0 3B BC 24 1E
Octal 61 142 151 65 7 0 73 274 44 36
Binary 110001 1100010 1101001 110101 111 0 111011 10111100 100100 11110

Color Harmonies of #316269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316269

Black with #316269

Text Example


Text Example

White with #316269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316269; }

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

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

background-color css

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

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

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

border-color css

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

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

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