Html Css Color HEX #317CBA Curious Blue

📋 copy color: '#317CBA'

red 49 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #317CBA

Tints of Curious Blue #317CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.54%

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

R = 13.65%
G = 34.54%
B = 51.81%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#317CBA (or 0x317CBA) is known color: Curious Blue. HEX triplet: 31, 7C and BA. RGB value is (49,124,186). Sum of RGB (Red+Green+Blue) = 49+124+186=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #317CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CBA is #CE8345. Grayscale: #6C6C6C. Windows color (decimal): -13534022 or 12221489. OLE color: 12221489.

HSL color Cylindrical-coordinate representation of color #317CBA: hue angle of 207.15º 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 #317CBA is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 124 186 -
CMYK 0.74 0.33 0 0.27
HSL 207.15º 0.58% 0.46% -
HSV(B) 207.15º 0.74% 0.73% -
XYZ 17.34 18.61 49.13 -
YUV 108.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 49 124 186 0.74 0.33 0 0.27 207.15 0.58 0.46
Hex 31 7C BA 4A 21 0 1B CF 3A 2E
Octal 61 174 272 112 41 0 33 317 72 56
Binary 110001 1111100 10111010 1001010 100001 0 11011 11001111 111010 101110

Color Harmonies of #317CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CBA

Black with #317CBA

Text Example


Text Example

White with #317CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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