Html Css Color HEX #318DCD Curious Blue

📋 copy color: '#318DCD'

red 49 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #318DCD

Tints of Curious Blue #318DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 12.41%
G = 35.7%
B = 51.9%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#318DCD (or 0x318DCD) is known color: Curious Blue. HEX triplet: 31, 8D and CD. RGB value is (49,141,205). Sum of RGB (Red+Green+Blue) = 49+141+205=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #318DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCD is #CE7232. Grayscale: #787878. Windows color (decimal): -13529651 or 13471025. OLE color: 13471025.

HSL color Cylindrical-coordinate representation of color #318DCD: hue angle of 204.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318DCD is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 141 205 -
CMYK 0.76 0.31 0 0.20
HSL 204.62º 0.61% 0.5% -
HSV(B) 204.62º 0.76% 0.8% -
XYZ 21.81 24.11 61.26 -
YUV 120.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 49 141 205 0.76 0.31 0 0.20 204.62 0.61 0.5
Hex 31 8D CD 4C 1F 0 14 CD 3D 32
Octal 61 215 315 114 37 0 24 315 75 62
Binary 110001 10001101 11001101 1001100 11111 0 10100 11001101 111101 110010

Color Harmonies of #318DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DCD

Black with #318DCD

Text Example


Text Example

White with #318DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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