Html Css Color HEX #318DCC Curious Blue

📋 copy color: '#318DCC'

red 49 ◦ green 141 ◦ blue 204

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

Shades of Curious Blue #318DCC

Tints of Curious Blue #318DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 12.44%
G = 35.79%
B = 51.78%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#318DCC (or 0x318DCC) is known color: Curious Blue. HEX triplet: 31, 8D and CC. RGB value is (49,141,204). Sum of RGB (Red+Green+Blue) = 49+141+204=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #318DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCC is #CE7233. Grayscale: #787878. Windows color (decimal): -13529652 or 13405489. OLE color: 13405489.

HSL color Cylindrical-coordinate representation of color #318DCC: hue angle of 204.39º 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 #318DCC is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 141 204 -
CMYK 0.76 0.31 0 0.2
HSL 204.39º 0.61% 0.5% -
HSV(B) 204.39º 0.76% 0.8% -
XYZ 21.69 24.06 60.63 -
YUV 120.67 175.02 76.88 -
System Red Green Blue C M Y K H S L
Decimal 49 141 204 0.76 0.31 0 0.2 204.39 0.61 0.5
Hex 31 8D CC 4C 1F 0 14 CC 3D 32
Octal 61 215 314 114 37 0 24 314 75 62
Binary 110001 10001101 11001100 1001100 11111 0 10100 11001100 111101 110010

Color Harmonies of #318DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DCC

Black with #318DCC

Text Example


Text Example

White with #318DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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