Html Css Color HEX #313D4C Cloud Burst

📋 copy color: '#313D4C'

red 49 ◦ green 61 ◦ blue 76

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

Shades of Cloud Burst #313D4C

Tints of Cloud Burst #313D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 26.34%
G = 32.8%
B = 40.86%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#313D4C (or 0x313D4C) is known color: Cloud Burst. HEX triplet: 31, 3D and 4C. RGB value is (49,61,76). Sum of RGB (Red+Green+Blue) = 49+61+76=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #313D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D4C is #CEC2B3. Grayscale: #3B3B3B. Windows color (decimal): -13550260 or 4996401. OLE color: 4996401.

HSL color Cylindrical-coordinate representation of color #313D4C: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313D4C is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 61 76 -
CMYK 0.36 0.20 0 0.70
HSL 213.33º 0.22% 0.25% -
HSV(B) 213.33º 0.36% 0.3% -
XYZ 4.24 4.51 7.48 -
YUV 59.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 49 61 76 0.36 0.20 0 0.70 213.33 0.22 0.25
Hex 31 3D 4C 24 14 0 46 D5 16 19
Octal 61 75 114 44 24 0 106 325 26 31
Binary 110001 111101 1001100 100100 10100 0 1000110 11010101 10110 11001

Color Harmonies of #313D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D4C

Black with #313D4C

Text Example


Text Example

White with #313D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,76); }

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

background-color css

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

 a { background-color: rgb(49,61,76); }

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

border-color css

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

 span { border-color: rgb(49,61,76); }

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