Html Css Color HEX #317FC2 Curious Blue

📋 copy color: '#317FC2'

red 49 ◦ green 127 ◦ blue 194

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

Shades of Curious Blue #317FC2

Tints of Curious Blue #317FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.43%

R = 13.24%
G = 34.32%
B = 52.43%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#317FC2 (or 0x317FC2) is known color: Curious Blue. HEX triplet: 31, 7F and C2. RGB value is (49,127,194). Sum of RGB (Red+Green+Blue) = 49+127+194=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #317FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FC2 is #CE803D. Grayscale: #6E6E6E. Windows color (decimal): -13533246 or 12746545. OLE color: 12746545.

HSL color Cylindrical-coordinate representation of color #317FC2: hue angle of 207.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #317FC2 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 127 194 -
CMYK 0.75 0.35 0 0.24
HSL 207.72º 0.6% 0.48% -
HSV(B) 207.72º 0.75% 0.76% -
XYZ 18.59 19.73 53.87 -
YUV 111.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 49 127 194 0.75 0.35 0 0.24 207.72 0.6 0.48
Hex 31 7F C2 4B 23 0 18 D0 3C 30
Octal 61 177 302 113 43 0 30 320 74 60
Binary 110001 1111111 11000010 1001011 100011 0 11000 11010000 111100 110000

Color Harmonies of #317FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FC2

Black with #317FC2

Text Example


Text Example

White with #317FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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