Html Css Color HEX #317DB2 Curious Blue

📋 copy color: '#317DB2'

red 49 ◦ green 125 ◦ blue 178

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

Shades of Curious Blue #317DB2

Tints of Curious Blue #317DB2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 13.92%
G = 35.51%
B = 50.57%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#317DB2 (or 0x317DB2) is known color: Curious Blue. HEX triplet: 31, 7D and B2. RGB value is (49,125,178). Sum of RGB (Red+Green+Blue) = 49+125+178=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #317DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317DB2 is #CE824D. Grayscale: #6C6C6C. Windows color (decimal): -13533774 or 11697457. OLE color: 11697457.

HSL color Cylindrical-coordinate representation of color #317DB2: hue angle of 204.65º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #317DB2 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 125 178 -
CMYK 0.72 0.30 0 0.30
HSL 204.65º 0.57% 0.45% -
HSV(B) 204.65º 0.72% 0.7% -
XYZ 16.64 18.53 44.82 -
YUV 108.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 49 125 178 0.72 0.30 0 0.30 204.65 0.57 0.45
Hex 31 7D B2 48 1E 0 1E CD 39 2D
Octal 61 175 262 110 36 0 36 315 71 55
Binary 110001 1111101 10110010 1001000 11110 0 11110 11001101 111001 101101

Color Harmonies of #317DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317DB2

Black with #317DB2

Text Example


Text Example

White with #317DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,178); }

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

background-color css

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

 a { background-color: rgb(49,125,178); }

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

border-color css

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

 span { border-color: rgb(49,125,178); }

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