#3B7FC7

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

Shades of Curious Blue #3B7FC7

Tints of Curious Blue #3B7FC7

Color information

#3B7FC7 (or 0x3B7FC7) is unknown color: approx Curious Blue. HEX triplet: 3B, 7F and C7. RGB value is (59,127,199). Sum of RGB (Red+Green+Blue) = 59+127+199=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #3B7FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FC7 is #C48038. Grayscale: #727272. Windows color (decimal): -12877881 or 13074235. OLE color: 13074235.

HSL color Cylindrical-coordinate representation of color #3B7FC7: hue angle of 210.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B7FC7 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB59127199-
CMYK0.700.3600.22
HSL210.86º55.56%50.59%-
HSV(B)210.86º70.35%78.04%-
XYZ19.720.2356.9-
YUV114.88175.4788.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.32%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 199 (78.12% from 255) = 51.69%
R=15.32%
G=32.99%
B=51.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal591271990.700.3600.22210.8655.5650.59
Hex3B7FC74624016d33833
Octal73177307106440263237063
Binary111011111111111000111100011010010001011011010011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,199); }

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

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

 a { background-color: rgb(59,127,199); }

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

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

 span { border-color: rgb(59,127,199); }

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