Html Css Color HEX #317FBB Curious Blue

📋 copy color: '#317FBB'

red 49 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #317FBB

Tints of Curious Blue #317FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 13.5%
G = 34.99%
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

#317FBB (or 0x317FBB) is known color: Curious Blue. HEX triplet: 31, 7F and BB. RGB value is (49,127,187). Sum of RGB (Red+Green+Blue) = 49+127+187=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #317FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FBB is #CE8044. Grayscale: #6E6E6E. Windows color (decimal): -13533253 or 12287793. OLE color: 12287793.

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

Color convert

RGB 49 127 187 -
CMYK 0.74 0.32 0 0.27
HSL 206.09º 0.58% 0.46% -
HSV(B) 206.09º 0.74% 0.73% -
XYZ 17.83 19.42 49.82 -
YUV 110.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 49 127 187 0.74 0.32 0 0.27 206.09 0.58 0.46
Hex 31 7F BB 4A 20 0 1B CE 3A 2E
Octal 61 177 273 112 40 0 33 316 72 56
Binary 110001 1111111 10111011 1001010 100000 0 11011 11001110 111010 101110

Color Harmonies of #317FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FBB

Black with #317FBB

Text Example


Text Example

White with #317FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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