Html Css Color HEX #318AB8 Curious Blue

📋 copy color: '#318AB8'

red 49 ◦ green 138 ◦ blue 184

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

Shades of Curious Blue #318AB8

Tints of Curious Blue #318AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 184 (72.27% from 255) = 49.6%

R = 13.21%
G = 37.2%
B = 49.6%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#318AB8 (or 0x318AB8) is known color: Curious Blue. HEX triplet: 31, 8A and B8. RGB value is (49,138,184). Sum of RGB (Red+Green+Blue) = 49+138+184=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #318AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318AB8 is #CE7547. Grayscale: #747474. Windows color (decimal): -13530440 or 12094001. OLE color: 12094001.

HSL color Cylindrical-coordinate representation of color #318AB8: hue angle of 200.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318AB8 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 138 184 -
CMYK 0.73 0.25 0 0.28
HSL 200.44º 0.58% 0.46% -
HSV(B) 200.44º 0.73% 0.72% -
XYZ 19.01 22.29 48.65 -
YUV 116.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 49 138 184 0.73 0.25 0 0.28 200.44 0.58 0.46
Hex 31 8A B8 49 19 0 1C C8 3A 2E
Octal 61 212 270 111 31 0 34 310 72 56
Binary 110001 10001010 10111000 1001001 11001 0 11100 11001000 111010 101110

Color Harmonies of #318AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318AB8

Black with #318AB8

Text Example


Text Example

White with #318AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,138,184); }

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

background-color css

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

 a { background-color: rgb(49,138,184); }

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

border-color css

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

 span { border-color: rgb(49,138,184); }

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