Html Css Color HEX #317FD3 Curious Blue

📋 copy color: '#317FD3'

red 49 ◦ green 127 ◦ blue 211

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

Shades of Curious Blue #317FD3

Tints of Curious Blue #317FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.52%

R = 12.66%
G = 32.82%
B = 54.52%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#317FD3 (or 0x317FD3) is known color: Curious Blue. HEX triplet: 31, 7F and D3. RGB value is (49,127,211). Sum of RGB (Red+Green+Blue) = 49+127+211=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #317FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FD3 is #CE802C. Grayscale: #707070. Windows color (decimal): -13533229 or 13860657. OLE color: 13860657.

HSL color Cylindrical-coordinate representation of color #317FD3: hue angle of 211.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #317FD3 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 127 211 -
CMYK 0.77 0.40 0 0.17
HSL 211.11º 0.65% 0.51% -
HSV(B) 211.11º 0.77% 0.83% -
XYZ 20.61 20.53 64.51 -
YUV 113.25 183.16 82.17 -
System Red Green Blue C M Y K H S L
Decimal 49 127 211 0.77 0.40 0 0.17 211.11 0.65 0.51
Hex 31 7F D3 4D 28 0 11 D3 41 33
Octal 61 177 323 115 50 0 21 323 101 63
Binary 110001 1111111 11010011 1001101 101000 0 10001 11010011 1000001 110011

Color Harmonies of #317FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FD3

Black with #317FD3

Text Example


Text Example

White with #317FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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