Html Css Color HEX #318FBA Curious Blue

📋 copy color: '#318FBA'

red 49 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #318FBA

Tints of Curious Blue #318FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

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

R = 12.96%
G = 37.83%
B = 49.21%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#318FBA (or 0x318FBA) is known color: Curious Blue. HEX triplet: 31, 8F and BA. RGB value is (49,143,186). Sum of RGB (Red+Green+Blue) = 49+143+186=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #318FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FBA is #CE7045. Grayscale: #777777. Windows color (decimal): -13529158 or 12226353. OLE color: 12226353.

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

Color convert

RGB 49 143 186 -
CMYK 0.74 0.23 0 0.27
HSL 198.83º 0.58% 0.46% -
HSV(B) 198.83º 0.74% 0.73% -
XYZ 19.95 23.84 50 -
YUV 119.8 165.36 77.5 -
System Red Green Blue C M Y K H S L
Decimal 49 143 186 0.74 0.23 0 0.27 198.83 0.58 0.46
Hex 31 8F BA 4A 17 0 1B C7 3A 2E
Octal 61 217 272 112 27 0 33 307 72 56
Binary 110001 10001111 10111010 1001010 10111 0 11011 11000111 111010 101110

Color Harmonies of #318FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FBA

Black with #318FBA

Text Example


Text Example

White with #318FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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