#3B7FC8

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

Shades of Curious Blue #3B7FC8

Tints of Curious Blue #3B7FC8

Color information

#3B7FC8 (or 0x3B7FC8) is unknown color: approx Curious Blue. HEX triplet: 3B, 7F and C8. RGB value is (59,127,200). Sum of RGB (Red+Green+Blue) = 59+127+200=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #3B7FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FC8 is #C48037. Grayscale: #727272. Windows color (decimal): -12877880 or 13139771. OLE color: 13139771.

HSL color Cylindrical-coordinate representation of color #3B7FC8: hue angle of 211.06º 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 #3B7FC8 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB59127200-
CMYK0.700.3600.22
HSL211.06º56.18%50.78%-
HSV(B)211.06º70.5%78.43%-
XYZ19.8220.2857.51-
YUV114.99175.9788.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.28%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 200 (78.52% from 255) = 51.81%
R=15.28%
G=32.90%
B=51.81%

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
Decimal591272000.700.3600.22211.0656.1850.78
Hex3B7FC84624016d33833
Octal73177310106440263237063
Binary111011111111111001000100011010010001011011010011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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