Html Css Color HEX #318CBB Curious Blue

📋 copy color: '#318CBB'

red 49 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #318CBB

Tints of Curious Blue #318CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 13.03%
G = 37.23%
B = 49.73%

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

#318CBB (or 0x318CBB) is known color: Curious Blue. HEX triplet: 31, 8C and BB. RGB value is (49,140,187). Sum of RGB (Red+Green+Blue) = 49+140+187=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #318CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CBB is #CE7344. Grayscale: #757575. Windows color (decimal): -13529925 or 12291121. OLE color: 12291121.

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

Color convert

RGB 49 140 187 -
CMYK 0.74 0.25 0 0.27
HSL 200.43º 0.58% 0.46% -
HSV(B) 200.43º 0.74% 0.73% -
XYZ 19.61 23 50.42 -
YUV 118.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 49 140 187 0.74 0.25 0 0.27 200.43 0.58 0.46
Hex 31 8C BB 4A 19 0 1B C8 3A 2E
Octal 61 214 273 112 31 0 33 310 72 56
Binary 110001 10001100 10111011 1001010 11001 0 11011 11001000 111010 101110

Color Harmonies of #318CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CBB

Black with #318CBB

Text Example


Text Example

White with #318CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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