Html Css Color HEX #317AB3 Curious Blue

📋 copy color: '#317AB3'

red 49 ◦ green 122 ◦ blue 179

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

Shades of Curious Blue #317AB3

Tints of Curious Blue #317AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 14%
G = 34.86%
B = 51.14%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#317AB3 (or 0x317AB3) is known color: Curious Blue. HEX triplet: 31, 7A and B3. RGB value is (49,122,179). Sum of RGB (Red+Green+Blue) = 49+122+179=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #317AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317AB3 is #CE854C. Grayscale: #6A6A6A. Windows color (decimal): -13534541 or 11762225. OLE color: 11762225.

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

Color convert

RGB 49 122 179 -
CMYK 0.73 0.32 0 0.30
HSL 206.31º 0.57% 0.45% -
HSV(B) 206.31º 0.73% 0.7% -
XYZ 16.36 17.83 45.23 -
YUV 106.67 168.82 86.87 -
System Red Green Blue C M Y K H S L
Decimal 49 122 179 0.73 0.32 0 0.30 206.31 0.57 0.45
Hex 31 7A B3 49 20 0 1E CE 39 2D
Octal 61 172 263 111 40 0 36 316 71 55
Binary 110001 1111010 10110011 1001001 100000 0 11110 11001110 111001 101101

Color Harmonies of #317AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317AB3

Black with #317AB3

Text Example


Text Example

White with #317AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,122,179); }

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

background-color css

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

 a { background-color: rgb(49,122,179); }

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

border-color css

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

 span { border-color: rgb(49,122,179); }

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