Html Css Color HEX #318DB5 Curious Blue

📋 copy color: '#318DB5'

red 49 ◦ green 141 ◦ blue 181

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

Shades of Curious Blue #318DB5

Tints of Curious Blue #318DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 13.21%
G = 38.01%
B = 48.79%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#318DB5 (or 0x318DB5) is known color: Curious Blue. HEX triplet: 31, 8D and B5. RGB value is (49,141,181). Sum of RGB (Red+Green+Blue) = 49+141+181=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #318DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB5 is #CE724A. Grayscale: #757575. Windows color (decimal): -13529675 or 11898161. OLE color: 11898161.

HSL color Cylindrical-coordinate representation of color #318DB5: hue angle of 198.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318DB5 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 141 181 -
CMYK 0.73 0.22 0 0.29
HSL 198.18º 0.57% 0.45% -
HSV(B) 198.18º 0.73% 0.71% -
XYZ 19.13 23.04 47.15 -
YUV 118.05 163.52 78.75 -
System Red Green Blue C M Y K H S L
Decimal 49 141 181 0.73 0.22 0 0.29 198.18 0.57 0.45
Hex 31 8D B5 49 16 0 1D C6 39 2D
Octal 61 215 265 111 26 0 35 306 71 55
Binary 110001 10001101 10110101 1001001 10110 0 11101 11000110 111001 101101

Color Harmonies of #318DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DB5

Black with #318DB5

Text Example


Text Example

White with #318DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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