Html Css Color HEX #317CBC Curious Blue

📋 copy color: '#317CBC'

red 49 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #317CBC

Tints of Curious Blue #317CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 13.57%
G = 34.35%
B = 52.08%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#317CBC (or 0x317CBC) is known color: Curious Blue. HEX triplet: 31, 7C and BC. RGB value is (49,124,188). Sum of RGB (Red+Green+Blue) = 49+124+188=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #317CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317CBC is #CE8343. Grayscale: #6C6C6C. Windows color (decimal): -13534020 or 12352561. OLE color: 12352561.

HSL color Cylindrical-coordinate representation of color #317CBC: hue angle of 207.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #317CBC is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 124 188 -
CMYK 0.74 0.34 0 0.26
HSL 207.63º 0.59% 0.46% -
HSV(B) 207.63º 0.74% 0.74% -
XYZ 17.55 18.7 50.26 -
YUV 108.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 49 124 188 0.74 0.34 0 0.26 207.63 0.59 0.46
Hex 31 7C BC 4A 22 0 1A D0 3B 2E
Octal 61 174 274 112 42 0 32 320 73 56
Binary 110001 1111100 10111100 1001010 100010 0 11010 11010000 111011 101110

Color Harmonies of #317CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317CBC

Black with #317CBC

Text Example


Text Example

White with #317CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,124,188); }

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

background-color css

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

 a { background-color: rgb(49,124,188); }

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

border-color css

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

 span { border-color: rgb(49,124,188); }

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