Html Css Color HEX #317BCE Curious Blue

📋 copy color: '#317BCE'

red 49 ◦ green 123 ◦ blue 206

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

Shades of Curious Blue #317BCE

Tints of Curious Blue #317BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 12.96%
G = 32.54%
B = 54.5%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#317BCE (or 0x317BCE) is known color: Curious Blue. HEX triplet: 31, 7B and CE. RGB value is (49,123,206). Sum of RGB (Red+Green+Blue) = 49+123+206=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #317BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BCE is #CE8431. Grayscale: #6D6D6D. Windows color (decimal): -13534258 or 13531953. OLE color: 13531953.

HSL color Cylindrical-coordinate representation of color #317BCE: hue angle of 211.72º 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 #317BCE is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 123 206 -
CMYK 0.76 0.40 0 0.19
HSL 211.72º 0.62% 0.5% -
HSV(B) 211.72º 0.76% 0.81% -
XYZ 19.49 19.28 61.09 -
YUV 110.34 181.98 84.25 -
System Red Green Blue C M Y K H S L
Decimal 49 123 206 0.76 0.40 0 0.19 211.72 0.62 0.5
Hex 31 7B CE 4C 28 0 13 D4 3E 32
Octal 61 173 316 114 50 0 23 324 76 62
Binary 110001 1111011 11001110 1001100 101000 0 10011 11010100 111110 110010

Color Harmonies of #317BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BCE

Black with #317BCE

Text Example


Text Example

White with #317BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,123,206); }

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

background-color css

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

 a { background-color: rgb(49,123,206); }

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

border-color css

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

 span { border-color: rgb(49,123,206); }

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