#3772BE

Color #3772BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3772BE

Tints of Curious Blue #3772BE

Color information

#3772BE (or 0x3772BE) is unknown color: approx Curious Blue. HEX triplet: 37, 72 and BE. RGB value is (55,114,190). Sum of RGB (Red+Green+Blue) = 55+114+190=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #3772BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772BE is #C88D41. Grayscale: #686868. Windows color (decimal): -13143362 or 12481079. OLE color: 12481079.

HSL color Cylindrical-coordinate representation of color #3772BE: hue angle of 213.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3772BE is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55114190-
CMYK0.710.4000.25
HSL213.78º55.1%48.04%-
HSV(B)213.78º71.05%74.51%-
XYZ16.8916.5651.02-
YUV105.02175.9592.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=15.32%
G=31.75%
B=52.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551141900.710.4000.25213.7855.148.04
Hex3772BE4728019d63730
Octal67162276107500313266760
Binary110111111001010111110100011110100001100111010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3772BE; }

 p { color: rgb(55,114,190); }

 H1.HeaderClassName
 {
   color: #3772BE;
 }
 .AnyTagClassName
 {
   color: #3772BE;
 }
</style>
background-color css

<style>
 a { background-color: #3772BE; }

 a { background-color: rgb(55,114,190); }

 div.DivClassName
 {
   background-color: #3772BE;
 }
 .BgClassName
 {
   background-color: #3772BE;
 }
</style>
border-color css

<style>
 span { border-color: #3772BE; }

 span { border-color: rgb(55,114,190); }

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