Html Css Color HEX #317FBC Curious Blue

📋 copy color: '#317FBC'

red 49 ◦ green 127 ◦ blue 188

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

Shades of Curious Blue #317FBC

Tints of Curious Blue #317FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 13.46%
G = 34.89%
B = 51.65%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#317FBC (or 0x317FBC) is known color: Curious Blue. HEX triplet: 31, 7F and BC. RGB value is (49,127,188). Sum of RGB (Red+Green+Blue) = 49+127+188=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #317FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FBC is #CE8043. Grayscale: #6E6E6E. Windows color (decimal): -13533252 or 12353329. OLE color: 12353329.

HSL color Cylindrical-coordinate representation of color #317FBC: hue angle of 206.33º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317FBC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 127 188 -
CMYK 0.74 0.32 0 0.26
HSL 206.33º 0.59% 0.46% -
HSV(B) 206.33º 0.74% 0.74% -
XYZ 17.93 19.46 50.39 -
YUV 110.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 49 127 188 0.74 0.32 0 0.26 206.33 0.59 0.46
Hex 31 7F BC 4A 20 0 1A CE 3B 2E
Octal 61 177 274 112 40 0 32 316 73 56
Binary 110001 1111111 10111100 1001010 100000 0 11010 11001110 111011 101110

Color Harmonies of #317FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FBC

Black with #317FBC

Text Example


Text Example

White with #317FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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