Html Css Color HEX #313C4E Cloud Burst

📋 copy color: '#313C4E'

red 49 ◦ green 60 ◦ blue 78

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

Shades of Cloud Burst #313C4E

Tints of Cloud Burst #313C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.09%

 BLUE value IS 78 (30.86% from 255) = 41.71%

R = 26.2%
G = 32.09%
B = 41.71%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313C4E (or 0x313C4E) is known color: Cloud Burst. HEX triplet: 31, 3C and 4E. RGB value is (49,60,78). Sum of RGB (Red+Green+Blue) = 49+60+78=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #313C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C4E is #CEC3B1. Grayscale: #3A3A3A. Windows color (decimal): -13550514 or 5127217. OLE color: 5127217.

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

Color convert

RGB 49 60 78 -
CMYK 0.37 0.23 0 0.69
HSL 217.24º 0.23% 0.25% -
HSV(B) 217.24º 0.37% 0.31% -
XYZ 4.26 4.43 7.84 -
YUV 58.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 49 60 78 0.37 0.23 0 0.69 217.24 0.23 0.25
Hex 31 3C 4E 25 17 0 45 D9 17 19
Octal 61 74 116 45 27 0 105 331 27 31
Binary 110001 111100 1001110 100101 10111 0 1000101 11011001 10111 11001

Color Harmonies of #313C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C4E

Black with #313C4E

Text Example


Text Example

White with #313C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,60,78); }

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

background-color css

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

 a { background-color: rgb(49,60,78); }

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

border-color css

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

 span { border-color: rgb(49,60,78); }

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