Html Css Color HEX #317ACF Curious Blue

📋 copy color: '#317ACF'

red 49 ◦ green 122 ◦ blue 207

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

Shades of Curious Blue #317ACF

Tints of Curious Blue #317ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 12.96%
G = 32.28%
B = 54.76%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#317ACF (or 0x317ACF) is known color: Curious Blue. HEX triplet: 31, 7A and CF. RGB value is (49,122,207). Sum of RGB (Red+Green+Blue) = 49+122+207=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #317ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317ACF is #CE8530. Grayscale: #6D6D6D. Windows color (decimal): -13534513 or 13597233. OLE color: 13597233.

HSL color Cylindrical-coordinate representation of color #317ACF: hue angle of 212.28º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #317ACF is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 122 207 -
CMYK 0.76 0.41 0 0.19
HSL 212.28º 0.62% 0.5% -
HSV(B) 212.28º 0.76% 0.81% -
XYZ 19.49 19.08 61.69 -
YUV 109.86 182.82 84.59 -
System Red Green Blue C M Y K H S L
Decimal 49 122 207 0.76 0.41 0 0.19 212.28 0.62 0.5
Hex 31 7A CF 4C 29 0 13 D4 3E 32
Octal 61 172 317 114 51 0 23 324 76 62
Binary 110001 1111010 11001111 1001100 101001 0 10011 11010100 111110 110010

Color Harmonies of #317ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317ACF

Black with #317ACF

Text Example


Text Example

White with #317ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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