Html Css Color HEX #318CCC Curious Blue

📋 copy color: '#318CCC'

red 49 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #318CCC

Tints of Curious Blue #318CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 12.47%
G = 35.62%
B = 51.91%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#318CCC (or 0x318CCC) is known color: Curious Blue. HEX triplet: 31, 8C and CC. RGB value is (49,140,204). Sum of RGB (Red+Green+Blue) = 49+140+204=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #318CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318CCC is #CE7333. Grayscale: #777777. Windows color (decimal): -13529908 or 13405233. OLE color: 13405233.

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

Color convert

RGB 49 140 204 -
CMYK 0.76 0.31 0 0.2
HSL 204.77º 0.61% 0.5% -
HSV(B) 204.77º 0.76% 0.8% -
XYZ 21.54 23.77 60.58 -
YUV 120.09 175.35 77.3 -
System Red Green Blue C M Y K H S L
Decimal 49 140 204 0.76 0.31 0 0.2 204.77 0.61 0.5
Hex 31 8C CC 4C 1F 0 14 CD 3D 32
Octal 61 214 314 114 37 0 24 315 75 62
Binary 110001 10001100 11001100 1001100 11111 0 10100 11001101 111101 110010

Color Harmonies of #318CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318CCC

Black with #318CCC

Text Example


Text Example

White with #318CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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