Html Css Color HEX #318DBB Curious Blue

📋 copy color: '#318DBB'

red 49 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #318DBB

Tints of Curious Blue #318DBB

RGB

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

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

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

R = 13%
G = 37.4%
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

#318DBB (or 0x318DBB) is known color: Curious Blue. HEX triplet: 31, 8D and BB. RGB value is (49,141,187). Sum of RGB (Red+Green+Blue) = 49+141+187=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #318DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DBB is #CE7244. Grayscale: #767676. Windows color (decimal): -13529669 or 12291377. OLE color: 12291377.

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

Color convert

RGB 49 141 187 -
CMYK 0.74 0.25 0 0.27
HSL 200º 0.58% 0.46% -
HSV(B) 200º 0.74% 0.73% -
XYZ 19.76 23.29 50.47 -
YUV 118.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 49 141 187 0.74 0.25 0 0.27 200 0.58 0.46
Hex 31 8D BB 4A 19 0 1B C8 3A 2E
Octal 61 215 273 112 31 0 33 310 72 56
Binary 110001 10001101 10111011 1001010 11001 0 11011 11001000 111010 101110

Color Harmonies of #318DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DBB

Black with #318DBB

Text Example


Text Example

White with #318DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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