Html Css Color HEX #318CC8 Curious Blue

📋 copy color: '#318CC8'

red 49 ◦ green 140 ◦ blue 200

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

Shades of Curious Blue #318CC8

Tints of Curious Blue #318CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 200 (78.52% from 255) = 51.41%

R = 12.6%
G = 35.99%
B = 51.41%

CMYK

 C value IS 0.76

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#318CC8 (or 0x318CC8) is known color: Curious Blue. HEX triplet: 31, 8C and C8. RGB value is (49,140,200). Sum of RGB (Red+Green+Blue) = 49+140+200=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #318CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CC8 is #CE7337. Grayscale: #777777. Windows color (decimal): -13529912 or 13143089. OLE color: 13143089.

HSL color Cylindrical-coordinate representation of color #318CC8: hue angle of 203.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318CC8 is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 140 200 -
CMYK 0.76 0.3 0 0.22
HSL 203.84º 0.61% 0.49% -
HSV(B) 203.84º 0.76% 0.78% -
XYZ 21.07 23.58 58.08 -
YUV 119.63 173.35 77.62 -
System Red Green Blue C M Y K H S L
Decimal 49 140 200 0.76 0.3 0 0.22 203.84 0.61 0.49
Hex 31 8C C8 4C 1E 0 16 CC 3D 31
Octal 61 214 310 114 36 0 26 314 75 61
Binary 110001 10001100 11001000 1001100 11110 0 10110 11001100 111101 110001

Color Harmonies of #318CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CC8

Black with #318CC8

Text Example


Text Example

White with #318CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,140,200); }

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

background-color css

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

 a { background-color: rgb(49,140,200); }

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

border-color css

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

 span { border-color: rgb(49,140,200); }

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