Html Css Color HEX #3770C1 Curious Blue

📋 copy color: '#3770C1'

red 55 ◦ green 112 ◦ blue 193

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

Shades of Curious Blue #3770C1

Tints of Curious Blue #3770C1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 15.28%
G = 31.11%
B = 53.61%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3770C1 (or 0x3770C1) is known color: Curious Blue. HEX triplet: 37, 70 and C1. RGB value is (55,112,193). Sum of RGB (Red+Green+Blue) = 55+112+193=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #3770C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3770C1 is #C88F3E. Grayscale: #676767. Windows color (decimal): -13143871 or 12677175. OLE color: 12677175.

HSL color Cylindrical-coordinate representation of color #3770C1: hue angle of 215.22º 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 #3770C1 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 112 193 -
CMYK 0.72 0.42 0 0.24
HSL 215.22º 0.56% 0.49% -
HSV(B) 215.22º 0.72% 0.76% -
XYZ 17 16.25 52.69 -
YUV 104.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 55 112 193 0.72 0.42 0 0.24 215.22 0.56 0.49
Hex 37 70 C1 48 2A 0 18 D7 38 31
Octal 67 160 301 110 52 0 30 327 70 61
Binary 110111 1110000 11000001 1001000 101010 0 11000 11010111 111000 110001

Color Harmonies of #3770C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3770C1

Black with #3770C1

Text Example


Text Example

White with #3770C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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