Html Css Color HEX #317BCC Curious Blue

📋 copy color: '#317BCC'

red 49 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #317BCC

Tints of Curious Blue #317BCC

RGB

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

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

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

R = 13.03%
G = 32.71%
B = 54.26%

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

#317BCC (or 0x317BCC) is known color: Curious Blue. HEX triplet: 31, 7B and CC. RGB value is (49,123,204). Sum of RGB (Red+Green+Blue) = 49+123+204=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #317BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317BCC is #CE8433. Grayscale: #6D6D6D. Windows color (decimal): -13534260 or 13400881. OLE color: 13400881.

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

Color convert

RGB 49 123 204 -
CMYK 0.76 0.40 0 0.2
HSL 211.35º 0.61% 0.5% -
HSV(B) 211.35º 0.76% 0.8% -
XYZ 19.25 19.18 59.81 -
YUV 110.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 49 123 204 0.76 0.40 0 0.2 211.35 0.61 0.5
Hex 31 7B CC 4C 28 0 14 D3 3D 32
Octal 61 173 314 114 50 0 24 323 75 62
Binary 110001 1111011 11001100 1001100 101000 0 10100 11010011 111101 110010

Color Harmonies of #317BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BCC

Black with #317BCC

Text Example


Text Example

White with #317BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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