Html Css Color HEX #318BB6 Curious Blue

📋 copy color: '#318BB6'

red 49 ◦ green 139 ◦ blue 182

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

Shades of Curious Blue #318BB6

Tints of Curious Blue #318BB6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 182 (71.48% from 255) = 49.19%

R = 13.24%
G = 37.57%
B = 49.19%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#318BB6 (or 0x318BB6) is known color: Curious Blue. HEX triplet: 31, 8B and B6. RGB value is (49,139,182). Sum of RGB (Red+Green+Blue) = 49+139+182=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #318BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BB6 is #CE7449. Grayscale: #747474. Windows color (decimal): -13530186 or 11963185. OLE color: 11963185.

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

Color convert

RGB 49 139 182 -
CMYK 0.73 0.24 0 0.29
HSL 199.4º 0.58% 0.45% -
HSV(B) 199.4º 0.73% 0.71% -
XYZ 18.94 22.5 47.6 -
YUV 116.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 49 139 182 0.73 0.24 0 0.29 199.4 0.58 0.45
Hex 31 8B B6 49 18 0 1D C7 3A 2D
Octal 61 213 266 111 30 0 35 307 72 55
Binary 110001 10001011 10110110 1001001 11000 0 11101 11000111 111010 101101

Color Harmonies of #318BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BB6

Black with #318BB6

Text Example


Text Example

White with #318BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,139,182); }

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

background-color css

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

 a { background-color: rgb(49,139,182); }

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

border-color css

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

 span { border-color: rgb(49,139,182); }

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