Html Css Color HEX #318DB4 Curious Blue

📋 copy color: '#318DB4'

red 49 ◦ green 141 ◦ blue 180

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

Shades of Curious Blue #318DB4

Tints of Curious Blue #318DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.65%

R = 13.24%
G = 38.11%
B = 48.65%

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

#318DB4 (or 0x318DB4) is known color: Curious Blue. HEX triplet: 31, 8D and B4. RGB value is (49,141,180). Sum of RGB (Red+Green+Blue) = 49+141+180=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #318DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB4 is #CE724B. Grayscale: #757575. Windows color (decimal): -13529676 or 11832625. OLE color: 11832625.

HSL color Cylindrical-coordinate representation of color #318DB4: hue angle of 197.86º 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 #318DB4 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 141 180 -
CMYK 0.73 0.22 0 0.29
HSL 197.86º 0.57% 0.45% -
HSV(B) 197.86º 0.73% 0.71% -
XYZ 19.03 23 46.62 -
YUV 117.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 49 141 180 0.73 0.22 0 0.29 197.86 0.57 0.45
Hex 31 8D B4 49 16 0 1D C6 39 2D
Octal 61 215 264 111 26 0 35 306 71 55
Binary 110001 10001101 10110100 1001001 10110 0 11101 11000110 111001 101101

Color Harmonies of #318DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DB4

Black with #318DB4

Text Example


Text Example

White with #318DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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