Html Css Color HEX #318EBA Curious Blue

📋 copy color: '#318EBA'

red 49 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #318EBA

Tints of Curious Blue #318EBA

RGB

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

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

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

R = 13%
G = 37.67%
B = 49.34%

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

#318EBA (or 0x318EBA) is known color: Curious Blue. HEX triplet: 31, 8E and BA. RGB value is (49,142,186). Sum of RGB (Red+Green+Blue) = 49+142+186=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #318EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EBA is #CE7145. Grayscale: #767676. Windows color (decimal): -13529414 or 12226097. OLE color: 12226097.

HSL color Cylindrical-coordinate representation of color #318EBA: hue angle of 199.27º 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 #318EBA is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 142 186 -
CMYK 0.74 0.24 0 0.27
HSL 199.27º 0.58% 0.46% -
HSV(B) 199.27º 0.74% 0.73% -
XYZ 19.8 23.54 49.96 -
YUV 119.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 49 142 186 0.74 0.24 0 0.27 199.27 0.58 0.46
Hex 31 8E BA 4A 18 0 1B C7 3A 2E
Octal 61 216 272 112 30 0 33 307 72 56
Binary 110001 10001110 10111010 1001010 11000 0 11011 11000111 111010 101110

Color Harmonies of #318EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EBA

Black with #318EBA

Text Example


Text Example

White with #318EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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