Html Css Color HEX #317ACC Curious Blue

📋 copy color: '#317ACC'

red 49 ◦ green 122 ◦ blue 204

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

Shades of Curious Blue #317ACC

Tints of Curious Blue #317ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 13.07%
G = 32.53%
B = 54.4%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#317ACC (or 0x317ACC) is known color: Curious Blue. HEX triplet: 31, 7A and CC. RGB value is (49,122,204). Sum of RGB (Red+Green+Blue) = 49+122+204=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #317ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ACC is #CE8533. Grayscale: #6D6D6D. Windows color (decimal): -13534516 or 13400625. OLE color: 13400625.

HSL color Cylindrical-coordinate representation of color #317ACC: hue angle of 211.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317ACC is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 122 204 -
CMYK 0.76 0.40 0 0.2
HSL 211.74º 0.61% 0.5% -
HSV(B) 211.74º 0.76% 0.8% -
XYZ 19.13 18.93 59.77 -
YUV 109.52 181.32 84.83 -
System Red Green Blue C M Y K H S L
Decimal 49 122 204 0.76 0.40 0 0.2 211.74 0.61 0.5
Hex 31 7A CC 4C 28 0 14 D4 3D 32
Octal 61 172 314 114 50 0 24 324 75 62
Binary 110001 1111010 11001100 1001100 101000 0 10100 11010100 111101 110010

Color Harmonies of #317ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ACC

Black with #317ACC

Text Example


Text Example

White with #317ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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