#327bb5

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

Shades of Curious Blue #327BB5

Tints of Curious Blue #327BB5

Color information

#327BB5 (or 0x327BB5) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and B5. RGB value is (50,123,181). Sum of RGB (Red+Green+Blue) = 50+123+181=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #327BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BB5 is #CD844A. Grayscale: #6B6B6B. Windows color (decimal): -13468747 or 11893554. OLE color: 11893554.

HSL color Cylindrical-coordinate representation of color #327BB5: hue angle of 206.56º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327BB5 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50123181-
CMYK0.720.3200.29
HSL206.56º56.71%45.29%-
HSV(B)206.56º72.38%70.98%-
XYZ16.7418.1846.34-
YUV107.78169.3286.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=14.12%
G=34.75%
B=51.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501231810.720.3200.29206.5656.7145.29
Hex327BB5482001Dcf392d
Octal62173265110400353177155
Binary110010111101110110101100100010000001110111001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327bb5; }

 p { color: rgb(50,123,181); }

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

<style>
 a { background-color: #327bb5; }

 a { background-color: rgb(50,123,181); }

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

<style>
 span { border-color: #327bb5; }

 span { border-color: rgb(50,123,181); }

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