Html Css Color HEX #317FCC Curious Blue

📋 copy color: '#317FCC'

red 49 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #317FCC

Tints of Curious Blue #317FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

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

R = 12.89%
G = 33.42%
B = 53.68%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#317FCC (or 0x317FCC) is known color: Curious Blue. HEX triplet: 31, 7F and CC. RGB value is (49,127,204). Sum of RGB (Red+Green+Blue) = 49+127+204=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #317FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FCC is #CE8033. Grayscale: #707070. Windows color (decimal): -13533236 or 13401905. OLE color: 13401905.

HSL color Cylindrical-coordinate representation of color #317FCC: hue angle of 209.81º 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 #317FCC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 127 204 -
CMYK 0.76 0.38 0 0.2
HSL 209.81º 0.61% 0.5% -
HSV(B) 209.81º 0.76% 0.8% -
XYZ 19.76 20.19 59.98 -
YUV 112.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 49 127 204 0.76 0.38 0 0.2 209.81 0.61 0.5
Hex 31 7F CC 4C 26 0 14 D2 3D 32
Octal 61 177 314 114 46 0 24 322 75 62
Binary 110001 1111111 11001100 1001100 100110 0 10100 11010010 111101 110010

Color Harmonies of #317FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FCC

Black with #317FCC

Text Example


Text Example

White with #317FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317FCC; }

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

 H1.HeaderClassName
 {
   color: #317FCC;
 }
 .AnyTagClassName
 {
   color: #317FCC;
 }
</style>

background-color css

<style>
 a { background-color: #317FCC; }

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

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

border-color css

<style>
 span { border-color: #317FCC; }

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

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