#313A4F

Color #313A4F Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #313A4F

Tints of Cloud Burst #313A4F

Color information

#313A4F (or 0x313A4F) is unknown color: approx Cloud Burst. HEX triplet: 31, 3A and 4F. RGB value is (49,58,79). Sum of RGB (Red+Green+Blue) = 49+58+79=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #313A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A4F is #CEC5B0. Grayscale: #393939. Windows color (decimal): -13551025 or 5192241. OLE color: 5192241.

HSL color Cylindrical-coordinate representation of color #313A4F: hue angle of 222º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #313A4F is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB495879-
CMYK0.380.2700.69
HSL222º23.44%25.1%-
HSV(B)222º37.97%30.98%-
XYZ4.194.248-
YUV57.7140.02121.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=26.34%
G=31.18%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4958790.380.2700.6922223.4425.1
Hex313A4F261B045de1719
Octal6172117463301053362731
Binary11000111101010011111001101101101000101110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A4F; }

 p { color: rgb(49,58,79); }

 H1.HeaderClassName
 {
   color: #313A4F;
 }
 .AnyTagClassName
 {
   color: #313A4F;
 }
</style>
background-color css

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

 a { background-color: rgb(49,58,79); }

 div.DivClassName
 {
   background-color: #313A4F;
 }
 .BgClassName
 {
   background-color: #313A4F;
 }
</style>
border-color css

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

 span { border-color: rgb(49,58,79); }

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