Html Css Color HEX #317EBA Curious Blue

📋 copy color: '#317EBA'

red 49 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #317EBA

Tints of Curious Blue #317EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 13.57%
G = 34.9%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#317EBA (or 0x317EBA) is known color: Curious Blue. HEX triplet: 31, 7E and BA. RGB value is (49,126,186). Sum of RGB (Red+Green+Blue) = 49+126+186=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #317EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317EBA is #CE8145. Grayscale: #6D6D6D. Windows color (decimal): -13533510 or 12222001. OLE color: 12222001.

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

Color convert

RGB 49 126 186 -
CMYK 0.74 0.32 0 0.27
HSL 206.28º 0.58% 0.46% -
HSV(B) 206.28º 0.74% 0.73% -
XYZ 17.59 19.12 49.22 -
YUV 109.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 49 126 186 0.74 0.32 0 0.27 206.28 0.58 0.46
Hex 31 7E BA 4A 20 0 1B CE 3A 2E
Octal 61 176 272 112 40 0 33 316 72 56
Binary 110001 1111110 10111010 1001010 100000 0 11011 11001110 111010 101110

Color Harmonies of #317EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317EBA

Black with #317EBA

Text Example


Text Example

White with #317EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,126,186); }

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

background-color css

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

 a { background-color: rgb(49,126,186); }

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

border-color css

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

 span { border-color: rgb(49,126,186); }

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