Html Css Color HEX #317FBA Curious Blue

📋 copy color: '#317FBA'

red 49 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #317FBA

Tints of Curious Blue #317FBA

RGB

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

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

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

R = 13.54%
G = 35.08%
B = 51.38%

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

#317FBA (or 0x317FBA) is known color: Curious Blue. HEX triplet: 31, 7F and BA. RGB value is (49,127,186). Sum of RGB (Red+Green+Blue) = 49+127+186=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #317FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FBA is #CE8045. Grayscale: #6E6E6E. Windows color (decimal): -13533254 or 12222257. OLE color: 12222257.

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

Color convert

RGB 49 127 186 -
CMYK 0.74 0.32 0 0.27
HSL 205.84º 0.58% 0.46% -
HSV(B) 205.84º 0.74% 0.73% -
XYZ 17.72 19.38 49.26 -
YUV 110.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 49 127 186 0.74 0.32 0 0.27 205.84 0.58 0.46
Hex 31 7F BA 4A 20 0 1B CE 3A 2E
Octal 61 177 272 112 40 0 33 316 72 56
Binary 110001 1111111 10111010 1001010 100000 0 11011 11001110 111010 101110

Color Harmonies of #317FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FBA

Black with #317FBA

Text Example


Text Example

White with #317FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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