Html Css Color HEX #3177CB Curious Blue

📋 copy color: '#3177CB'

red 49 ◦ green 119 ◦ blue 203

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

Shades of Curious Blue #3177CB

Tints of Curious Blue #3177CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 13.21%
G = 32.08%
B = 54.72%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3177CB (or 0x3177CB) is known color: Curious Blue. HEX triplet: 31, 77 and CB. RGB value is (49,119,203). Sum of RGB (Red+Green+Blue) = 49+119+203=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3177CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177CB is #CE8834. Grayscale: #6B6B6B. Windows color (decimal): -13535285 or 13334321. OLE color: 13334321.

HSL color Cylindrical-coordinate representation of color #3177CB: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3177CB is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 119 203 -
CMYK 0.76 0.41 0 0.20
HSL 212.73º 0.61% 0.49% -
HSV(B) 212.73º 0.76% 0.8% -
XYZ 18.64 18.16 59.02 -
YUV 107.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 49 119 203 0.76 0.41 0 0.20 212.73 0.61 0.49
Hex 31 77 CB 4C 29 0 14 D5 3D 31
Octal 61 167 313 114 51 0 24 325 75 61
Binary 110001 1110111 11001011 1001100 101001 0 10100 11010101 111101 110001

Color Harmonies of #3177CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3177CB

Black with #3177CB

Text Example


Text Example

White with #3177CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3177CB; }

 p { color: rgb(49,119,203); }

 H1.HeaderClassName
 {
   color: #3177CB;
 }
 .AnyTagClassName
 {
   color: #3177CB;
 }
</style>

background-color css

<style>
 a { background-color: #3177CB; }

 a { background-color: rgb(49,119,203); }

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

border-color css

<style>
 span { border-color: #3177CB; }

 span { border-color: rgb(49,119,203); }

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