#3B74C9

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

Shades of Curious Blue #3B74C9

Tints of Curious Blue #3B74C9

Color information

#3B74C9 (or 0x3B74C9) is unknown color: approx Curious Blue. HEX triplet: 3B, 74 and C9. RGB value is (59,116,201). Sum of RGB (Red+Green+Blue) = 59+116+201=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B74C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74C9 is #C48B36. Grayscale: #6C6C6C. Windows color (decimal): -12880695 or 13202491. OLE color: 13202491.

HSL color Cylindrical-coordinate representation of color #3B74C9: hue angle of 215.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B74C9 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59116201-
CMYK0.710.4200.21
HSL215.92º56.8%50.98%-
HSV(B)215.92º70.65%78.82%-
XYZ18.5917.6457.68-
YUV108.65180.1292.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=15.69%
G=30.85%
B=53.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal591162010.710.4200.21215.9256.850.98
Hex3B74C9472A015d83933
Octal73164311107520253307163
Binary111011111010011001001100011110101001010111011000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B74C9; }

 p { color: rgb(59,116,201); }

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

<style>
 a { background-color: #3B74C9; }

 a { background-color: rgb(59,116,201); }

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

<style>
 span { border-color: #3B74C9; }

 span { border-color: rgb(59,116,201); }

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