Html Css Color HEX #3777C1 Curious Blue

📋 copy color: '#3777C1'

red 55 ◦ green 119 ◦ blue 193

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

Shades of Curious Blue #3777C1

Tints of Curious Blue #3777C1

RGB

 RED value IS 55 (21.88% from 255) = 14.99%

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

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 14.99%
G = 32.43%
B = 52.59%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3777C1 (or 0x3777C1) is known color: Curious Blue. HEX triplet: 37, 77 and C1. RGB value is (55,119,193). Sum of RGB (Red+Green+Blue) = 55+119+193=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #3777C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3777C1 is #C8883E. Grayscale: #6B6B6B. Windows color (decimal): -13142079 or 12678967. OLE color: 12678967.

HSL color Cylindrical-coordinate representation of color #3777C1: hue angle of 212.17º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3777C1 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 119 193 -
CMYK 0.72 0.38 0 0.24
HSL 212.17º 0.56% 0.49% -
HSV(B) 212.17º 0.72% 0.76% -
XYZ 17.8 17.86 52.96 -
YUV 108.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 55 119 193 0.72 0.38 0 0.24 212.17 0.56 0.49
Hex 37 77 C1 48 26 0 18 D4 38 31
Octal 67 167 301 110 46 0 30 324 70 61
Binary 110111 1110111 11000001 1001000 100110 0 11000 11010100 111000 110001

Color Harmonies of #3777C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3777C1

Black with #3777C1

Text Example


Text Example

White with #3777C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3777C1; }

 p { color: rgb(55,119,193); }

 H1.HeaderClassName
 {
   color: #3777C1;
 }
 .AnyTagClassName
 {
   color: #3777C1;
 }
</style>

background-color css

<style>
 a { background-color: #3777C1; }

 a { background-color: rgb(55,119,193); }

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

border-color css

<style>
 span { border-color: #3777C1; }

 span { border-color: rgb(55,119,193); }

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