Html Css Color HEX #318DD6 Curious Blue

📋 copy color: '#318DD6'

red 49 ◦ green 141 ◦ blue 214

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

Shades of Curious Blue #318DD6

Tints of Curious Blue #318DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 214 (83.98% from 255) = 52.97%

R = 12.13%
G = 34.9%
B = 52.97%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#318DD6 (or 0x318DD6) is known color: Curious Blue. HEX triplet: 31, 8D and D6. RGB value is (49,141,214). Sum of RGB (Red+Green+Blue) = 49+141+214=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #318DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DD6 is #CE7229. Grayscale: #797979. Windows color (decimal): -13529642 or 14060849. OLE color: 14060849.

HSL color Cylindrical-coordinate representation of color #318DD6: hue angle of 206.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #318DD6 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 141 214 -
CMYK 0.77 0.34 0 0.16
HSL 206.55º 0.67% 0.52% -
HSV(B) 206.55º 0.77% 0.84% -
XYZ 22.93 24.56 67.15 -
YUV 121.81 180.02 76.06 -
System Red Green Blue C M Y K H S L
Decimal 49 141 214 0.77 0.34 0 0.16 206.55 0.67 0.52
Hex 31 8D D6 4D 22 0 10 CF 43 34
Octal 61 215 326 115 42 0 20 317 103 64
Binary 110001 10001101 11010110 1001101 100010 0 10000 11001111 1000011 110100

Color Harmonies of #318DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DD6

Black with #318DD6

Text Example


Text Example

White with #318DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318DD6; }

 p { color: rgb(49,141,214); }

 H1.HeaderClassName
 {
   color: #318DD6;
 }
 .AnyTagClassName
 {
   color: #318DD6;
 }
</style>

background-color css

<style>
 a { background-color: #318DD6; }

 a { background-color: rgb(49,141,214); }

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

border-color css

<style>
 span { border-color: #318DD6; }

 span { border-color: rgb(49,141,214); }

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