Html Css Color HEX #318DCB Curious Blue

📋 copy color: '#318DCB'

red 49 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #318DCB

Tints of Curious Blue #318DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 12.47%
G = 35.88%
B = 51.65%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#318DCB (or 0x318DCB) is known color: Curious Blue. HEX triplet: 31, 8D and CB. RGB value is (49,141,203). Sum of RGB (Red+Green+Blue) = 49+141+203=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #318DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCB is #CE7234. Grayscale: #787878. Windows color (decimal): -13529653 or 13339953. OLE color: 13339953.

HSL color Cylindrical-coordinate representation of color #318DCB: hue angle of 204.16º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318DCB is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 141 203 -
CMYK 0.76 0.31 0 0.20
HSL 204.16º 0.61% 0.49% -
HSV(B) 204.16º 0.76% 0.8% -
XYZ 21.57 24.01 60 -
YUV 120.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 49 141 203 0.76 0.31 0 0.20 204.16 0.61 0.49
Hex 31 8D CB 4C 1F 0 14 CC 3D 31
Octal 61 215 313 114 37 0 24 314 75 61
Binary 110001 10001101 11001011 1001100 11111 0 10100 11001100 111101 110001

Color Harmonies of #318DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318DCB

Black with #318DCB

Text Example


Text Example

White with #318DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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