Html Css Color HEX #315A6D Blumine

📋 copy color: '#315A6D'

red 49 ◦ green 90 ◦ blue 109

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

Shades of Blumine #315A6D

Tints of Blumine #315A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 19.76%
G = 36.29%
B = 43.95%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#315A6D (or 0x315A6D) is known color: Blumine. HEX triplet: 31, 5A and 6D. RGB value is (49,90,109). Sum of RGB (Red+Green+Blue) = 49+90+109=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #315A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A6D is #CEA592. Grayscale: #4F4F4F. Windows color (decimal): -13542803 or 7166513. OLE color: 7166513.

HSL color Cylindrical-coordinate representation of color #315A6D: hue angle of 199º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315A6D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 90 109 -
CMYK 0.55 0.17 0 0.57
HSL 199º 0.38% 0.31% -
HSV(B) 199º 0.55% 0.43% -
XYZ 7.68 9.07 15.81 -
YUV 79.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 49 90 109 0.55 0.17 0 0.57 199 0.38 0.31
Hex 31 5A 6D 37 11 0 39 C7 26 1F
Octal 61 132 155 67 21 0 71 307 46 37
Binary 110001 1011010 1101101 110111 10001 0 111001 11000111 100110 11111

Color Harmonies of #315A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315A6D

Black with #315A6D

Text Example


Text Example

White with #315A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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