Html Css Color HEX #315A6F Blumine

📋 copy color: '#315A6F'

red 49 ◦ green 90 ◦ blue 111

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

Shades of Blumine #315A6F

Tints of Blumine #315A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 19.6%
G = 36%
B = 44.4%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315A6F (or 0x315A6F) is known color: Blumine. HEX triplet: 31, 5A and 6F. RGB value is (49,90,111). Sum of RGB (Red+Green+Blue) = 49+90+111=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #315A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A6F is #CEA590. Grayscale: #505050. Windows color (decimal): -13542801 or 7297585. OLE color: 7297585.

HSL color Cylindrical-coordinate representation of color #315A6F: hue angle of 200.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315A6F is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 90 111 -
CMYK 0.56 0.19 0 0.56
HSL 200.32º 0.39% 0.31% -
HSV(B) 200.32º 0.56% 0.44% -
XYZ 7.79 9.11 16.39 -
YUV 80.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 49 90 111 0.56 0.19 0 0.56 200.32 0.39 0.31
Hex 31 5A 6F 38 13 0 38 C8 27 1F
Octal 61 132 157 70 23 0 70 310 47 37
Binary 110001 1011010 1101111 111000 10011 0 111000 11001000 100111 11111

Color Harmonies of #315A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A6F

Black with #315A6F

Text Example


Text Example

White with #315A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315A6F; }

 p { color: rgb(49,90,111); }

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

background-color css

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

 a { background-color: rgb(49,90,111); }

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

border-color css

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

 span { border-color: rgb(49,90,111); }

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