Html Css Color HEX #3774C2 Curious Blue

📋 copy color: '#3774C2'

red 55 ◦ green 116 ◦ blue 194

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

Shades of Curious Blue #3774C2

Tints of Curious Blue #3774C2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 194 (76.17% from 255) = 53.15%

R = 15.07%
G = 31.78%
B = 53.15%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3774C2 (or 0x3774C2) is known color: Curious Blue. HEX triplet: 37, 74 and C2. RGB value is (55,116,194). Sum of RGB (Red+Green+Blue) = 55+116+194=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #3774C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774C2 is #C88B3D. Grayscale: #6A6A6A. Windows color (decimal): -13142846 or 12743735. OLE color: 12743735.

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

Color convert

RGB 55 116 194 -
CMYK 0.72 0.40 0 0.24
HSL 213.67º 0.56% 0.49% -
HSV(B) 213.67º 0.72% 0.76% -
XYZ 17.56 17.2 53.43 -
YUV 106.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 55 116 194 0.72 0.40 0 0.24 213.67 0.56 0.49
Hex 37 74 C2 48 28 0 18 D6 38 31
Octal 67 164 302 110 50 0 30 326 70 61
Binary 110111 1110100 11000010 1001000 101000 0 11000 11010110 111000 110001

Color Harmonies of #3774C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3774C2

Black with #3774C2

Text Example


Text Example

White with #3774C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3774C2; }

 p { color: rgb(55,116,194); }

 H1.HeaderClassName
 {
   color: #3774C2;
 }
 .AnyTagClassName
 {
   color: #3774C2;
 }
</style>

background-color css

<style>
 a { background-color: #3774C2; }

 a { background-color: rgb(55,116,194); }

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

border-color css

<style>
 span { border-color: #3774C2; }

 span { border-color: rgb(55,116,194); }

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