Html Css Color HEX #318EBC Curious Blue

📋 copy color: '#318EBC'

red 49 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #318EBC

Tints of Curious Blue #318EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 12.93%
G = 37.47%
B = 49.6%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#318EBC (or 0x318EBC) is known color: Curious Blue. HEX triplet: 31, 8E and BC. RGB value is (49,142,188). Sum of RGB (Red+Green+Blue) = 49+142+188=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #318EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EBC is #CE7143. Grayscale: #777777. Windows color (decimal): -13529412 or 12357169. OLE color: 12357169.

HSL color Cylindrical-coordinate representation of color #318EBC: hue angle of 199.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318EBC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 142 188 -
CMYK 0.74 0.24 0 0.26
HSL 199.86º 0.59% 0.46% -
HSV(B) 199.86º 0.74% 0.74% -
XYZ 20.02 23.63 51.08 -
YUV 119.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 49 142 188 0.74 0.24 0 0.26 199.86 0.59 0.46
Hex 31 8E BC 4A 18 0 1A C8 3B 2E
Octal 61 216 274 112 30 0 32 310 73 56
Binary 110001 10001110 10111100 1001010 11000 0 11010 11001000 111011 101110

Color Harmonies of #318EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EBC

Black with #318EBC

Text Example


Text Example

White with #318EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,142,188); }

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

background-color css

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

 a { background-color: rgb(49,142,188); }

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

border-color css

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

 span { border-color: rgb(49,142,188); }

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