Html Css Color HEX #318CBA Curious Blue

📋 copy color: '#318CBA'

red 49 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #318CBA

Tints of Curious Blue #318CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 13.07%
G = 37.33%
B = 49.6%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#318CBA (or 0x318CBA) is known color: Curious Blue. HEX triplet: 31, 8C and BA. RGB value is (49,140,186). Sum of RGB (Red+Green+Blue) = 49+140+186=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #318CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBA is #CE7345. Grayscale: #757575. Windows color (decimal): -13529926 or 12225585. OLE color: 12225585.

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

Color convert

RGB 49 140 186 -
CMYK 0.74 0.25 0 0.27
HSL 200.15º 0.58% 0.46% -
HSV(B) 200.15º 0.74% 0.73% -
XYZ 19.51 22.95 49.86 -
YUV 118.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 49 140 186 0.74 0.25 0 0.27 200.15 0.58 0.46
Hex 31 8C BA 4A 19 0 1B C8 3A 2E
Octal 61 214 272 112 31 0 33 310 72 56
Binary 110001 10001100 10111010 1001010 11001 0 11011 11001000 111010 101110

Color Harmonies of #318CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CBA

Black with #318CBA

Text Example


Text Example

White with #318CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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