Html Css Color HEX #318DBA Curious Blue

📋 copy color: '#318DBA'

red 49 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #318DBA

Tints of Curious Blue #318DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 13.03%
G = 37.5%
B = 49.47%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#318DBA (or 0x318DBA) is known color: Curious Blue. HEX triplet: 31, 8D and BA. RGB value is (49,141,186). Sum of RGB (Red+Green+Blue) = 49+141+186=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #318DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DBA is #CE7245. Grayscale: #767676. Windows color (decimal): -13529670 or 12225841. OLE color: 12225841.

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

Color convert

RGB 49 141 186 -
CMYK 0.74 0.24 0 0.27
HSL 199.71º 0.58% 0.46% -
HSV(B) 199.71º 0.74% 0.73% -
XYZ 19.65 23.25 49.91 -
YUV 118.62 166.02 78.34 -
System Red Green Blue C M Y K H S L
Decimal 49 141 186 0.74 0.24 0 0.27 199.71 0.58 0.46
Hex 31 8D BA 4A 18 0 1B C8 3A 2E
Octal 61 215 272 112 30 0 33 310 72 56
Binary 110001 10001101 10111010 1001010 11000 0 11011 11001000 111010 101110

Color Harmonies of #318DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DBA

Black with #318DBA

Text Example


Text Example

White with #318DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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