Html Css Color HEX #315B67 Blumine

📋 copy color: '#315B67'

red 49 ◦ green 91 ◦ blue 103

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

Shades of Blumine #315B67

Tints of Blumine #315B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

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

R = 20.16%
G = 37.45%
B = 42.39%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315B67 (or 0x315B67) is known color: Blumine. HEX triplet: 31, 5B and 67. RGB value is (49,91,103). Sum of RGB (Red+Green+Blue) = 49+91+103=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #315B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B67 is #CEA498. Grayscale: #4F4F4F. Windows color (decimal): -13542553 or 6773553. OLE color: 6773553.

HSL color Cylindrical-coordinate representation of color #315B67: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315B67 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 91 103 -
CMYK 0.52 0.12 0 0.60
HSL 193.33º 0.36% 0.3% -
HSV(B) 193.33º 0.52% 0.4% -
XYZ 7.46 9.11 14.2 -
YUV 79.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 49 91 103 0.52 0.12 0 0.60 193.33 0.36 0.3
Hex 31 5B 67 34 C 0 3C C1 24 1E
Octal 61 133 147 64 14 0 74 301 44 36
Binary 110001 1011011 1100111 110100 1100 0 111100 11000001 100100 11110

Color Harmonies of #315B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315B67

Black with #315B67

Text Example


Text Example

White with #315B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,91,103); }

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

background-color css

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

 a { background-color: rgb(49,91,103); }

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

border-color css

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

 span { border-color: rgb(49,91,103); }

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